#4472BE

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

Shades of Steel Blue #4472BE

Tints of Steel Blue #4472BE

Color information

#4472BE (or 0x4472BE) is unknown color: approx Steel Blue. HEX triplet: 44, 72 and BE. RGB value is (68,114,190). Sum of RGB (Red+Green+Blue) = 68+114+190=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #4472BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472BE is #BB8D41. Grayscale: #6C6C6C. Windows color (decimal): -12291394 or 12481092. OLE color: 12481092.

HSL color Cylindrical-coordinate representation of color #4472BE: hue angle of 217.38º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4472BE is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68114190-
CMYK0.640.4000.25
HSL217.38º48.41%50.59%-
HSV(B)217.38º64.21%74.51%-
XYZ17.716.9851.06-
YUV108.91173.7698.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.28%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 190 (74.61% from 255) = 51.08%
R=18.28%
G=30.65%
B=51.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681141900.640.4000.25217.3848.4150.59
Hex4472BE4028019d93033
Octal104162276100500313316063
Binary1000100111001010111110100000010100001100111011001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4472BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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