#414547

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

Shades of Charade #414547

Tints of Charade #414547

Color information

#414547 (or 0x414547) is unknown color: approx Charade. HEX triplet: 41, 45 and 47. RGB value is (65,69,71). Sum of RGB (Red+Green+Blue) = 65+69+71=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 71 - color contains mainly: blue. Hex color #414547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414547 is #BEBAB8. Grayscale: #444444. Windows color (decimal): -12499641 or 4670785. OLE color: 4670785.

HSL color Cylindrical-coordinate representation of color #414547: hue angle of 200º 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 #414547 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB656971-
CMYK0.080.0300.72
HSL200º4.41%26.67%-
HSV(B)200º8.45%27.84%-
XYZ5.455.836.8-
YUV68.03129.67125.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=31.71%
G=33.66%
B=34.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6569710.080.0300.722004.4126.67
Hex41454783048c841b
Octal1011051071030110310433
Binary100000110001011000111100011010010001100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414547; }

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

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

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

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

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

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

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

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