#4479A2

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

Shades of Steel Blue #4479A2

Tints of Steel Blue #4479A2

Color information

#4479A2 (or 0x4479A2) is unknown color: approx Steel Blue. HEX triplet: 44, 79 and A2. RGB value is (68,121,162). Sum of RGB (Red+Green+Blue) = 68+121+162=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 162 - color contains mainly: blue. Hex color #4479A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4479A2 is #BB865D. Grayscale: #6D6D6D. Windows color (decimal): -12289630 or 10647876. OLE color: 10647876.

HSL color Cylindrical-coordinate representation of color #4479A2: hue angle of 206.17º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4479A2 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB68121162-
CMYK0.580.2500.36
HSL206.17º40.87%45.1%-
HSV(B)206.17º58.02%63.53%-
XYZ15.7417.5136.73-
YUV109.83157.4498.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.37%
GREEN value IS 121 (47.66% from 255) = 34.47%
BLUE value IS 162 (63.67% from 255) = 46.15%
R=19.37%
G=34.47%
B=46.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681211620.580.2500.36206.1740.8745.1
Hex4479A23A19024ce292d
Octal10417124272310443165155
Binary100010011110011010001011101011001010010011001110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4479A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4479A2; }

 p { color: rgb(68,121,162); }

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

<style>
 a { background-color: #4479A2; }

 a { background-color: rgb(68,121,162); }

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

<style>
 span { border-color: #4479A2; }

 span { border-color: rgb(68,121,162); }

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