Html Css Color HEX #42424D Payne's Grey

📋 copy color: '#42424D'

red 66 ◦ green 66 ◦ blue 77

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

Shades of Payne's Grey #42424D

Tints of Payne's Grey #42424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.84%

R = 31.58%
G = 31.58%
B = 36.84%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42424D (or 0x42424D) is known color: Payne's Grey. HEX triplet: 42, 42 and 4D. RGB value is (66,66,77). Sum of RGB (Red+Green+Blue) = 66+66+77=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #42424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42424D is #BDBDB2. Grayscale: #434343. Windows color (decimal): -12434867 or 5063234. OLE color: 5063234.

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

Color convert

RGB 66 66 77 -
CMYK 0.14 0.14 0 0.70
HSL 240º 0.08% 0.28% -
HSV(B) 240º 0.14% 0.3% -
XYZ 5.53 5.59 7.81 -
YUV 67.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 66 66 77 0.14 0.14 0 0.70 240 0.08 0.28
Hex 42 42 4D E E 0 46 F0 8 1C
Octal 102 102 115 16 16 0 106 360 10 34
Binary 1000010 1000010 1001101 1110 1110 0 1000110 11110000 1000 11100

Color Harmonies of #42424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42424D

Black with #42424D

Text Example


Text Example

White with #42424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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