Html Css Color HEX #424849 Charade

📋 copy color: '#424849'

red 66 ◦ green 72 ◦ blue 73

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

Shades of Charade #424849

Tints of Charade #424849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

 BLUE value IS 73 (28.91% from 255) = 34.6%

R = 31.28%
G = 34.12%
B = 34.6%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#424849 (or 0x424849) is known color: Charade. HEX triplet: 42, 48 and 49. RGB value is (66,72,73). Sum of RGB (Red+Green+Blue) = 66+72+73=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 73 - color contains mainly: blue. Hex color #424849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424849 is #BDB7B6. Grayscale: #464646. Windows color (decimal): -12433335 or 4802626. OLE color: 4802626.

HSL color Cylindrical-coordinate representation of color #424849: hue angle of 188.57º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424849 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 72 73 -
CMYK 0.10 0.01 0 0.71
HSL 188.57º 0.05% 0.27% -
HSV(B) 188.57º 0.1% 0.29% -
XYZ 5.77 6.27 7.21 -
YUV 70.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 66 72 73 0.10 0.01 0 0.71 188.57 0.05 0.27
Hex 42 48 49 A 1 0 47 BD 5 1B
Octal 102 110 111 12 1 0 107 275 5 33
Binary 1000010 1001000 1001001 1010 1 0 1000111 10111101 101 11011

Color Harmonies of #424849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424849

Black with #424849

Text Example


Text Example

White with #424849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424849; }

 p { color: rgb(66,72,73); }

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

background-color css

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

 a { background-color: rgb(66,72,73); }

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

border-color css

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

 span { border-color: rgb(66,72,73); }

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