#4082AB

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

Shades of Steel Blue #4082AB

Tints of Steel Blue #4082AB

Color information

#4082AB (or 0x4082AB) is unknown color: approx Steel Blue. HEX triplet: 40, 82 and AB. RGB value is (64,130,171). Sum of RGB (Red+Green+Blue) = 64+130+171=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #4082AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4082AB is #BF7D54. Grayscale: #727272. Windows color (decimal): -12549461 or 11240000. OLE color: 11240000.

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

Color convert

RGB64130171-
CMYK0.630.2400.33
HSL202.99º45.53%46.08%-
HSV(B)202.99º62.57%67.06%-
XYZ17.452041.47-
YUV114.94159.6391.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.53%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=17.53%
G=35.62%
B=46.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641301710.630.2400.33202.9945.5346.08
Hex4082AB3F18021cb2e2e
Octal10020225377300413135656
Binary1000000100000101010101111111111000010000111001011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4082AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4082AB; }

 p { color: rgb(64,130,171); }

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

<style>
 a { background-color: #4082AB; }

 a { background-color: rgb(64,130,171); }

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

<style>
 span { border-color: #4082AB; }

 span { border-color: rgb(64,130,171); }

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