#4072B3

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

Shades of Steel Blue #4072B3

Tints of Steel Blue #4072B3

Color information

#4072B3 (or 0x4072B3) is unknown color: approx Steel Blue. HEX triplet: 40, 72 and B3. RGB value is (64,114,179). Sum of RGB (Red+Green+Blue) = 64+114+179=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #4072B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4072B3 is #BF8D4C. Grayscale: #6A6A6A. Windows color (decimal): -12553549 or 11760192. OLE color: 11760192.

HSL color Cylindrical-coordinate representation of color #4072B3: hue angle of 213.91º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4072B3 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB64114179-
CMYK0.640.3600.30
HSL213.91º47.33%47.65%-
HSV(B)213.91º64.25%70.2%-
XYZ16.2716.3844.95-
YUV106.46168.9497.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.93%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 179 (70.31% from 255) = 50.14%
R=17.93%
G=31.93%
B=50.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal641141790.640.3600.30213.9147.3347.65
Hex4072B3402401Ed62f30
Octal100162263100440363265760
Binary1000000111001010110011100000010010001111011010110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4072B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4072B3; }

 p { color: rgb(64,114,179); }

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

<style>
 a { background-color: #4072B3; }

 a { background-color: rgb(64,114,179); }

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

<style>
 span { border-color: #4072B3; }

 span { border-color: rgb(64,114,179); }

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