Html Css Color HEX #42424C Payne's Grey

📋 copy color: '#42424C'

red 66 ◦ green 66 ◦ blue 76

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

Shades of Payne's Grey #42424C

Tints of Payne's Grey #42424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 31.73%
G = 31.73%
B = 36.54%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42424C (or 0x42424C) is known color: Payne's Grey. HEX triplet: 42, 42 and 4C. RGB value is (66,66,76). Sum of RGB (Red+Green+Blue) = 66+66+76=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 76 - color contains mainly: blue. Hex color #42424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42424C is #BDBDB3. Grayscale: #434343. Windows color (decimal): -12434868 or 4997698. OLE color: 4997698.

HSL color Cylindrical-coordinate representation of color #42424C: hue angle of 240º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #42424C is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 66 76 -
CMYK 0.13 0.13 0 0.70
HSL 240º 0.07% 0.28% -
HSV(B) 240º 0.13% 0.3% -
XYZ 5.5 5.58 7.62 -
YUV 67.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 66 66 76 0.13 0.13 0 0.70 240 0.07 0.28
Hex 42 42 4C D D 0 46 F0 7 1C
Octal 102 102 114 15 15 0 106 360 7 34
Binary 1000010 1000010 1001100 1101 1101 0 1000110 11110000 111 11100

Color Harmonies of #42424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42424C

Black with #42424C

Text Example


Text Example

White with #42424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42424C; }

 p { color: rgb(66,66,76); }

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

background-color css

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

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

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

border-color css

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

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

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