#4470ba

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

Shades of Steel Blue #4470BA

Tints of Steel Blue #4470BA

Color information

#4470BA (or 0x4470BA) is unknown color: approx Steel Blue. HEX triplet: 44, 70 and BA. RGB value is (68,112,186). Sum of RGB (Red+Green+Blue) = 68+112+186=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #4470BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4470BA is #BB8F45. Grayscale: #6A6A6A. Windows color (decimal): -12291910 or 12218436. OLE color: 12218436.

HSL color Cylindrical-coordinate representation of color #4470BA: hue angle of 217.63º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4470BA is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68112186-
CMYK0.630.4000.27
HSL217.63º46.46%49.8%-
HSV(B)217.63º63.44%72.94%-
XYZ17.0416.3648.71-
YUV107.28172.4299.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.58%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=18.58%
G=30.60%
B=50.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681121860.630.4000.27217.6346.4649.8
Hex4470BA3F2801Bda2e32
Octal10416027277500333325662
Binary100010011100001011101011111110100001101111011010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4470ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4470ba; }

 p { color: rgb(68,112,186); }

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

<style>
 a { background-color: #4470ba; }

 a { background-color: rgb(68,112,186); }

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

<style>
 span { border-color: #4470ba; }

 span { border-color: rgb(68,112,186); }

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