Html Css Color HEX #424647 Charade

📋 copy color: '#424647'

red 66 ◦ green 70 ◦ blue 71

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

Shades of Charade #424647

Tints of Charade #424647

RGB

 RED value IS 66 (26.17% from 255) = 31.88%

 GREEN value IS 70 (27.73% from 255) = 33.82%

 BLUE value IS 71 (28.13% from 255) = 34.3%

R = 31.88%
G = 33.82%
B = 34.3%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424647 (or 0x424647) is known color: Charade. HEX triplet: 42, 46 and 47. RGB value is (66,70,71). Sum of RGB (Red+Green+Blue) = 66+70+71=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 71 - color contains mainly: blue. Hex color #424647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424647 is #BDB9B8. Grayscale: #444444. Windows color (decimal): -12433849 or 4671042. OLE color: 4671042.

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

Color convert

RGB 66 70 71 -
CMYK 0.07 0.01 0 0.72
HSL 192º 0.04% 0.27% -
HSV(B) 192º 0.07% 0.28% -
XYZ 5.57 5.99 6.82 -
YUV 68.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 66 70 71 0.07 0.01 0 0.72 192 0.04 0.27
Hex 42 46 47 7 1 0 48 C0 4 1B
Octal 102 106 107 7 1 0 110 300 4 33
Binary 1000010 1000110 1000111 111 1 0 1001000 11000000 100 11011

Color Harmonies of #424647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424647

Black with #424647

Text Example


Text Example

White with #424647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424647; }

 p { color: rgb(66,70,71); }

 H1.HeaderClassName
 {
   color: #424647;
 }
 .AnyTagClassName
 {
   color: #424647;
 }
</style>

background-color css

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

 a { background-color: rgb(66,70,71); }

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

border-color css

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

 span { border-color: rgb(66,70,71); }

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