#4081AE

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

Shades of Steel Blue #4081AE

Tints of Steel Blue #4081AE

Color information

#4081AE (or 0x4081AE) is unknown color: approx Steel Blue. HEX triplet: 40, 81 and AE. RGB value is (64,129,174). Sum of RGB (Red+Green+Blue) = 64+129+174=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #4081AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4081AE is #BF7E51. Grayscale: #727272. Windows color (decimal): -12549714 or 11436352. OLE color: 11436352.

HSL color Cylindrical-coordinate representation of color #4081AE: hue angle of 204.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4081AE is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB64129174-
CMYK0.630.2600.32
HSL204.55º46.22%46.67%-
HSV(B)204.55º63.22%68.24%-
XYZ17.619.8542.95-
YUV114.7161.4791.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.44%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=17.44%
G=35.15%
B=47.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641291740.630.2600.32204.5546.2246.67
Hex4081AE3F1A020cd2e2f
Octal10020125677320403155657
Binary1000000100000011010111011111111010010000011001101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4081AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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