#4176BE

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

Shades of Steel Blue #4176BE

Tints of Steel Blue #4176BE

Color information

#4176BE (or 0x4176BE) is unknown color: approx Steel Blue. HEX triplet: 41, 76 and BE. RGB value is (65,118,190). Sum of RGB (Red+Green+Blue) = 65+118+190=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #4176BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4176BE is #BE8941. Grayscale: #6E6E6E. Windows color (decimal): -12486978 or 12482113. OLE color: 12482113.

HSL color Cylindrical-coordinate representation of color #4176BE: hue angle of 214.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4176BE is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65118190-
CMYK0.660.3800.25
HSL214.56º49.02%50%-
HSV(B)214.56º65.79%74.51%-
XYZ17.9517.851.2-
YUV110.36172.9495.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.43%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=17.43%
G=31.64%
B=50.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651181900.660.3800.25214.5649.0250
Hex4176BE4226019d73132
Octal101166276102460313276162
Binary1000001111011010111110100001010011001100111010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4176BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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