Html Css Color HEX #42414D Payne's Grey

📋 copy color: '#42414D'

red 66 ◦ green 65 ◦ blue 77

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

Shades of Payne's Grey #42414D

Tints of Payne's Grey #42414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.25%

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

R = 31.73%
G = 31.25%
B = 37.02%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42414D (or 0x42414D) is known color: Payne's Grey. HEX triplet: 42, 41 and 4D. RGB value is (66,65,77). Sum of RGB (Red+Green+Blue) = 66+65+77=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #42414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42414D is #BDBEB2. Grayscale: #424242. Windows color (decimal): -12435123 or 5062978. OLE color: 5062978.

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

Color convert

RGB 66 65 77 -
CMYK 0.14 0.16 0 0.70
HSL 245º 0.08% 0.28% -
HSV(B) 245º 0.16% 0.3% -
XYZ 5.48 5.47 7.79 -
YUV 66.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 66 65 77 0.14 0.16 0 0.70 245 0.08 0.28
Hex 42 41 4D E 10 0 46 F5 8 1C
Octal 102 101 115 16 20 0 106 365 10 34
Binary 1000010 1000001 1001101 1110 10000 0 1000110 11110101 1000 11100

Color Harmonies of #42414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42414D

Black with #42414D

Text Example


Text Example

White with #42414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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