#4472ba

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

Shades of Steel Blue #4472BA

Tints of Steel Blue #4472BA

Color information

#4472BA (or 0x4472BA) is unknown color: approx Steel Blue. HEX triplet: 44, 72 and BA. RGB value is (68,114,186). Sum of RGB (Red+Green+Blue) = 68+114+186=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #4472BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472BA is #BB8D45. Grayscale: #6C6C6C. Windows color (decimal): -12291398 or 12218948. OLE color: 12218948.

HSL color Cylindrical-coordinate representation of color #4472BA: hue angle of 216.61º 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 #4472BA is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68114186-
CMYK0.630.3900.27
HSL216.61º46.46%49.8%-
HSV(B)216.61º63.44%72.94%-
XYZ17.2616.8148.79-
YUV108.45171.7699.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.48%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=18.48%
G=30.98%
B=50.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681141860.630.3900.27216.6146.4649.8
Hex4472BA3F2701Bd92e32
Octal10416227277470333315662
Binary100010011100101011101011111110011101101111011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4472ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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