#4070BE

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

Shades of Steel Blue #4070BE

Tints of Steel Blue #4070BE

Color information

#4070BE (or 0x4070BE) is unknown color: approx Steel Blue. HEX triplet: 40, 70 and BE. RGB value is (64,112,190). Sum of RGB (Red+Green+Blue) = 64+112+190=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #4070BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070BE is #BF8F41. Grayscale: #6A6A6A. Windows color (decimal): -12554050 or 12480576. OLE color: 12480576.

HSL color Cylindrical-coordinate representation of color #4070BE: hue angle of 217.14º 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 #4070BE is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64112190-
CMYK0.660.4100.25
HSL217.14º49.61%49.8%-
HSV(B)217.14º66.32%74.51%-
XYZ17.216.450.97-
YUV106.54175.197.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.49%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=17.49%
G=30.60%
B=51.91%

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
Decimal641121900.660.4100.25217.1449.6149.8
Hex4070BE4229019d93232
Octal100160276102510313316262
Binary1000000111000010111110100001010100101100111011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4070BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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