#414347

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

Shades of Steel Grey #414347

Tints of Steel Grey #414347

Color information

#414347 (or 0x414347) is unknown color: approx Steel Grey. HEX triplet: 41, 43 and 47. RGB value is (65,67,71). Sum of RGB (Red+Green+Blue) = 65+67+71=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 71 - color contains mainly: blue. Hex color #414347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414347 is #BEBCB8. Grayscale: #424242. Windows color (decimal): -12500153 or 4670273. OLE color: 4670273.

HSL color Cylindrical-coordinate representation of color #414347: hue angle of 220º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #414347 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB656771-
CMYK0.080.0600.72
HSL220º4.41%26.67%-
HSV(B)220º8.45%27.84%-
XYZ5.325.596.76-
YUV66.86130.34126.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=32.02%
G=33.00%
B=34.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6567710.080.0600.722204.4126.67
Hex41434786048dc41b
Octal1011031071060110334433
Binary1000001100001110001111000110010010001101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414347; }

 p { color: rgb(65,67,71); }

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

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

 a { background-color: rgb(65,67,71); }

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

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

 span { border-color: rgb(65,67,71); }

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