#4476AE

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

Shades of Steel Blue #4476AE

Tints of Steel Blue #4476AE

Color information

#4476AE (or 0x4476AE) is unknown color: approx Steel Blue. HEX triplet: 44, 76 and AE. RGB value is (68,118,174). Sum of RGB (Red+Green+Blue) = 68+118+174=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #4476AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4476AE is #BB8951. Grayscale: #6D6D6D. Windows color (decimal): -12290386 or 11433540. OLE color: 11433540.

HSL color Cylindrical-coordinate representation of color #4476AE: hue angle of 211.7º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4476AE is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68118174-
CMYK0.610.3200.32
HSL211.7º43.8%47.45%-
HSV(B)211.7º60.92%68.24%-
XYZ16.517.2442.5-
YUV109.43164.4498.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.89%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=18.89%
G=32.78%
B=48.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681181740.610.3200.32211.743.847.45
Hex4476AE3D20020d42c2f
Octal10416625675400403245457
Binary1000100111011010101110111101100000010000011010100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4476AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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