#4476A6

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

Shades of Steel Blue #4476A6

Tints of Steel Blue #4476A6

Color information

#4476A6 (or 0x4476A6) is unknown color: approx Steel Blue. HEX triplet: 44, 76 and A6. RGB value is (68,118,166). Sum of RGB (Red+Green+Blue) = 68+118+166=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 166 - color contains mainly: blue. Hex color #4476A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4476A6 is #BB8959. Grayscale: #6C6C6C. Windows color (decimal): -12290394 or 10909252. OLE color: 10909252.

HSL color Cylindrical-coordinate representation of color #4476A6: hue angle of 209.39º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4476A6 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB68118166-
CMYK0.590.2900.35
HSL209.39º41.88%45.88%-
HSV(B)209.39º59.04%65.1%-
XYZ15.7516.9438.52-
YUV108.52160.4499.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 166 (65.23% from 255) = 47.16%
R=19.32%
G=33.52%
B=47.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681181660.590.2900.35209.3941.8845.88
Hex4476A63B1D023d12a2e
Octal10416624673350433215256
Binary100010011101101010011011101111101010001111010001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4476A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4476A6; }

 p { color: rgb(68,118,166); }

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

<style>
 a { background-color: #4476A6; }

 a { background-color: rgb(68,118,166); }

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

<style>
 span { border-color: #4476A6; }

 span { border-color: rgb(68,118,166); }

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