Html Css Color HEX #424546 Charade

📋 copy color: '#424546'

red 66 ◦ green 69 ◦ blue 70

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

Shades of Charade #424546

Tints of Charade #424546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 32.2%
G = 33.66%
B = 34.15%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#424546 (or 0x424546) is known color: Charade. HEX triplet: 42, 45 and 46. RGB value is (66,69,70). Sum of RGB (Red+Green+Blue) = 66+69+70=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 70 - color contains mainly: blue. Hex color #424546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424546 is #BDBAB9. Grayscale: #444444. Windows color (decimal): -12434106 or 4605250. OLE color: 4605250.

HSL color Cylindrical-coordinate representation of color #424546: hue angle of 195º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #424546 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 70 -
CMYK 0.06 0.01 0 0.73
HSL 195º 0.03% 0.27% -
HSV(B) 195º 0.06% 0.27% -
XYZ 5.48 5.86 6.64 -
YUV 68.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 66 69 70 0.06 0.01 0 0.73 195 0.03 0.27
Hex 42 45 46 6 1 0 49 C3 3 1B
Octal 102 105 106 6 1 0 111 303 3 33
Binary 1000010 1000101 1000110 110 1 0 1001001 11000011 11 11011

Color Harmonies of #424546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424546

Black with #424546

Text Example


Text Example

White with #424546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424546; }

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

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

background-color css

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

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

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

border-color css

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

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

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