Html Css Color HEX #414547 Charade

📋 copy color: '#414547'

red 65 ◦ green 69 ◦ blue 71

#414547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charade #414547

Tints of Charade #414547

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.13% from 255) = 34.63%

R = 31.71%
G = 33.66%
B = 34.63%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#414547 (or 0x414547) is known color: 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

RGB 65 69 71 -
CMYK 0.08 0.03 0 0.72
HSL 200º 0.04% 0.27% -
HSV(B) 200º 0.08% 0.28% -
XYZ 5.45 5.83 6.8 -
YUV 68.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 65 69 71 0.08 0.03 0 0.72 200 0.04 0.27
Hex 41 45 47 8 3 0 48 C8 4 1B
Octal 101 105 107 10 3 0 110 310 4 33
Binary 1000001 1000101 1000111 1000 11 0 1001000 11001000 100 11011

Color Harmonies of #414547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414547

Black with #414547

Text Example


Text Example

White with #414547

Text Example


Text Example

HTML Codes & Css Web 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>