#4176BF

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

Shades of Steel Blue #4176BF

Tints of Steel Blue #4176BF

Color information

#4176BF (or 0x4176BF) is unknown color: approx Steel Blue. HEX triplet: 41, 76 and BF. RGB value is (65,118,191). Sum of RGB (Red+Green+Blue) = 65+118+191=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #4176BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4176BF is #BE8940. Grayscale: #6E6E6E. Windows color (decimal): -12486977 or 12547649. OLE color: 12547649.

HSL color Cylindrical-coordinate representation of color #4176BF: hue angle of 214.76º degrees, saturation: 0.5, 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 #4176BF is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65118191-
CMYK0.660.3800.25
HSL214.76º49.61%50.2%-
HSV(B)214.76º65.97%74.9%-
XYZ18.0617.8451.78-
YUV110.48173.4495.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.38%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 191 (75% from 255) = 51.07%
R=17.38%
G=31.55%
B=51.07%

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
Decimal651181910.660.3800.25214.7649.6150.2
Hex4176BF4226019d73232
Octal101166277102460313276262
Binary1000001111011010111111100001010011001100111010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4176BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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