#4070B6

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

Shades of Steel Blue #4070B6

Tints of Steel Blue #4070B6

Color information

#4070B6 (or 0x4070B6) is unknown color: approx Steel Blue. HEX triplet: 40, 70 and B6. RGB value is (64,112,182). Sum of RGB (Red+Green+Blue) = 64+112+182=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #4070B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070B6 is #BF8F49. Grayscale: #696969. Windows color (decimal): -12554058 or 11956288. OLE color: 11956288.

HSL color Cylindrical-coordinate representation of color #4070B6: hue angle of 215.59º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4070B6 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB64112182-
CMYK0.650.3800.29
HSL215.59º47.97%48.24%-
HSV(B)215.59º64.84%71.37%-
XYZ16.3516.0646.49-
YUV105.63171.198.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.88%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 182 (71.48% from 255) = 50.84%
R=17.88%
G=31.28%
B=50.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641121820.650.3800.29215.5947.9748.24
Hex4070B6412601Dd83030
Octal100160266101460353306060
Binary1000000111000010110110100000110011001110111011000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4070B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4070B6; }

 p { color: rgb(64,112,182); }

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

<style>
 a { background-color: #4070B6; }

 a { background-color: rgb(64,112,182); }

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

<style>
 span { border-color: #4070B6; }

 span { border-color: rgb(64,112,182); }

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