#4B81AF

Color #4B81AF Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4B81AF

Tints of Steel Blue #4B81AF

Color information

#4B81AF (or 0x4B81AF) is unknown color: approx Steel Blue. HEX triplet: 4B, 81 and AF. RGB value is (75,129,175). Sum of RGB (Red+Green+Blue) = 75+129+175=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B81AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B81AF is #B47E50. Grayscale: #757575. Windows color (decimal): -11828817 or 11501899. OLE color: 11501899.

HSL color Cylindrical-coordinate representation of color #4B81AF: hue angle of 207.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B81AF is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB75129175-
CMYK0.570.2600.31
HSL207.6º40%49.02%-
HSV(B)207.6º57.14%68.63%-
XYZ18.4920.2943.5-
YUV118.1160.1197.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 19.79%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 175 (68.75% from 255) = 46.17%
R=19.79%
G=34.04%
B=46.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751291750.570.2600.31207.64049.02
Hex4B81AF391A01Fd02831
Octal11320125771320373205061
Binary100101110000001101011111110011101001111111010000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B81AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B81AF; }

 p { color: rgb(75,129,175); }

 H1.HeaderClassName
 {
   color: #4B81AF;
 }
 .AnyTagClassName
 {
   color: #4B81AF;
 }
</style>
background-color css

<style>
 a { background-color: #4B81AF; }

 a { background-color: rgb(75,129,175); }

 div.DivClassName
 {
   background-color: #4B81AF;
 }
 .BgClassName
 {
   background-color: #4B81AF;
 }
</style>
border-color css

<style>
 span { border-color: #4B81AF; }

 span { border-color: rgb(75,129,175); }

 td.TdClassName
 {
   border-color: #4B81AF;
 }
 .TagClassName
 {
   border-color: #4B81AF;
 }
</style>