#4177BF

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

Shades of Steel Blue #4177BF

Tints of Steel Blue #4177BF

Color information

#4177BF (or 0x4177BF) is unknown color: approx Steel Blue. HEX triplet: 41, 77 and BF. RGB value is (65,119,191). Sum of RGB (Red+Green+Blue) = 65+119+191=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #4177BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4177BF is #BE8840. Grayscale: #6E6E6E. Windows color (decimal): -12486721 or 12547905. OLE color: 12547905.

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

Color convert

RGB65119191-
CMYK0.660.3800.25
HSL214.29º49.61%50.2%-
HSV(B)214.29º65.97%74.9%-
XYZ18.1818.0851.82-
YUV111.06173.1195.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.33%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 191 (75% from 255) = 50.93%
R=17.33%
G=31.73%
B=50.93%

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
Decimal651191910.660.3800.25214.2949.6150.2
Hex4177BF4226019d63232
Octal101167277102460313266262
Binary1000001111011110111111100001010011001100111010110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4177BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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