#4476BA

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

Shades of Steel Blue #4476BA

Tints of Steel Blue #4476BA

Color information

#4476BA (or 0x4476BA) is unknown color: approx Steel Blue. HEX triplet: 44, 76 and BA. RGB value is (68,118,186). Sum of RGB (Red+Green+Blue) = 68+118+186=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #4476BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476BA is #BB8945. Grayscale: #6E6E6E. Windows color (decimal): -12290374 or 12219972. OLE color: 12219972.

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

Color convert

RGB68118186-
CMYK0.630.3700.27
HSL214.58º46.46%49.8%-
HSV(B)214.58º63.44%72.94%-
XYZ17.7317.7348.94-
YUV110.8170.4497.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.28%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 186 (73.05% from 255) = 50%
R=18.28%
G=31.72%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681181860.630.3700.27214.5846.4649.8
Hex4476BA3F2501Bd72e32
Octal10416627277450333275662
Binary100010011101101011101011111110010101101111010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4476BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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