#4083AB

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

Shades of Steel Blue #4083AB

Tints of Steel Blue #4083AB

Color information

#4083AB (or 0x4083AB) is unknown color: approx Steel Blue. HEX triplet: 40, 83 and AB. RGB value is (64,131,171). Sum of RGB (Red+Green+Blue) = 64+131+171=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #4083AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4083AB is #BF7C54. Grayscale: #737373. Windows color (decimal): -12549205 or 11240256. OLE color: 11240256.

HSL color Cylindrical-coordinate representation of color #4083AB: hue angle of 202.43º 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 #4083AB is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64131171-
CMYK0.630.2300.33
HSL202.43º45.53%46.08%-
HSV(B)202.43º62.57%67.06%-
XYZ17.5820.2641.51-
YUV115.53159.391.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.49%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=17.49%
G=35.79%
B=46.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641311710.630.2300.33202.4345.5346.08
Hex4083AB3F17021ca2e2e
Octal10020325377270413125656
Binary1000000100000111010101111111110111010000111001010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4083AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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