Html Css Color HEX #4081AA Steel Blue

📋 copy color: '#4081AA'

red 64 ◦ green 129 ◦ blue 170

#4081AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #4081AA

Tints of Steel Blue #4081AA

RGB

 RED value IS 64 (25.39% from 255) = 17.63%

 GREEN value IS 129 (50.78% from 255) = 35.54%

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 17.63%
G = 35.54%
B = 46.83%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4081AA (or 0x4081AA) is known color: Steel Blue. HEX triplet: 40, 81 and AA. RGB value is (64,129,170). Sum of RGB (Red+Green+Blue) = 64+129+170=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #4081AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4081AA is #BF7E55. Grayscale: #727272. Windows color (decimal): -12549718 or 11174208. OLE color: 11174208.

HSL color Cylindrical-coordinate representation of color #4081AA: hue angle of 203.21º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4081AA is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 129 170 -
CMYK 0.62 0.24 0 0.33
HSL 203.21º 0.45% 0.46% -
HSV(B) 203.21º 0.62% 0.67% -
XYZ 17.22 19.69 40.92 -
YUV 114.24 159.47 92.17 -
System Red Green Blue C M Y K H S L
Decimal 64 129 170 0.62 0.24 0 0.33 203.21 0.45 0.46
Hex 40 81 AA 3E 18 0 21 CB 2D 2E
Octal 100 201 252 76 30 0 41 313 55 56
Binary 1000000 10000001 10101010 111110 11000 0 100001 11001011 101101 101110

Color Harmonies of #4081AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4081AA

Black with #4081AA

Text Example


Text Example

White with #4081AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4081AA; }

 p { color: rgb(64,129,170); }

 H1.HeaderClassName
 {
   color: #4081AA;
 }
 .AnyTagClassName
 {
   color: #4081AA;
 }
</style>

background-color css

<style>
 a { background-color: #4081AA; }

 a { background-color: rgb(64,129,170); }

 div.DivClassName
 {
   background-color: #4081AA;
 }
 .BgClassName
 {
   background-color: #4081AA;
 }
</style>

border-color css

<style>
 span { border-color: #4081AA; }

 span { border-color: rgb(64,129,170); }

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