#4176B2

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

Shades of Steel Blue #4176B2

Tints of Steel Blue #4176B2

Color information

#4176B2 (or 0x4176B2) is unknown color: approx Steel Blue. HEX triplet: 41, 76 and B2. RGB value is (65,118,178). Sum of RGB (Red+Green+Blue) = 65+118+178=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #4176B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4176B2 is #BE894D. Grayscale: #6C6C6C. Windows color (decimal): -12486990 or 11695681. OLE color: 11695681.

HSL color Cylindrical-coordinate representation of color #4176B2: hue angle of 211.86º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4176B2 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB65118178-
CMYK0.630.3400.30
HSL211.86º46.5%47.65%-
HSV(B)211.86º63.48%69.8%-
XYZ16.6917.344.58-
YUV108.99166.9496.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 118 (46.48% from 255) = 32.69%
BLUE value IS 178 (69.92% from 255) = 49.31%
R=18.01%
G=32.69%
B=49.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal651181780.630.3400.30211.8646.547.65
Hex4176B23F2201Ed42f30
Octal10116626277420363245760
Binary100000111101101011001011111110001001111011010100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4176B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4176B2; }

 p { color: rgb(65,118,178); }

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

<style>
 a { background-color: #4176B2; }

 a { background-color: rgb(65,118,178); }

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

<style>
 span { border-color: #4176B2; }

 span { border-color: rgb(65,118,178); }

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