#4070BF

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

Shades of Steel Blue #4070BF

Tints of Steel Blue #4070BF

Color information

#4070BF (or 0x4070BF) is unknown color: approx Steel Blue. HEX triplet: 40, 70 and BF. RGB value is (64,112,191). Sum of RGB (Red+Green+Blue) = 64+112+191=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #4070BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070BF is #BF8F40. Grayscale: #6A6A6A. Windows color (decimal): -12554049 or 12546112. OLE color: 12546112.

HSL color Cylindrical-coordinate representation of color #4070BF: hue angle of 217.32º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4070BF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64112191-
CMYK0.660.4100.25
HSL217.32º49.8%50%-
HSV(B)217.32º66.49%74.9%-
XYZ17.3116.4451.55-
YUV106.65175.697.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.44%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 191 (75% from 255) = 52.04%
R=17.44%
G=30.52%
B=52.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641121910.660.4100.25217.3249.850
Hex4070BF4229019d93232
Octal100160277102510313316262
Binary1000000111000010111111100001010100101100111011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4070BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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