#4070B8

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

Shades of Steel Blue #4070B8

Tints of Steel Blue #4070B8

Color information

#4070B8 (or 0x4070B8) is unknown color: approx Steel Blue. HEX triplet: 40, 70 and B8. RGB value is (64,112,184). Sum of RGB (Red+Green+Blue) = 64+112+184=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 184 (72.27% from 255 or 51.11% from 360); Max value from RGB is 184 - color contains mainly: blue. Hex color #4070B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070B8 is #BF8F47. Grayscale: #696969. Windows color (decimal): -12554056 or 12087360. OLE color: 12087360.

HSL color Cylindrical-coordinate representation of color #4070B8: hue angle of 216º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4070B8 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB64112184-
CMYK0.650.3900.28
HSL216º48.39%48.63%-
HSV(B)216º65.22%72.16%-
XYZ16.5616.1447.59-
YUV105.86172.198.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.78%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 184 (72.27% from 255) = 51.11%
R=17.78%
G=31.11%
B=51.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal641121840.650.3900.2821648.3948.63
Hex4070B8412701Cd83031
Octal100160270101470343306061
Binary1000000111000010111000100000110011101110011011000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4070B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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