Html Css Color HEX #42414C Payne's Grey

📋 copy color: '#42414C'

red 66 ◦ green 65 ◦ blue 76

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

Shades of Payne's Grey #42414C

Tints of Payne's Grey #42414C

RGB

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

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

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

R = 31.88%
G = 31.4%
B = 36.71%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42414C (or 0x42414C) is known color: Payne's Grey. HEX triplet: 42, 41 and 4C. RGB value is (66,65,76). Sum of RGB (Red+Green+Blue) = 66+65+76=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 76 - color contains mainly: blue. Hex color #42414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42414C is #BDBEB3. Grayscale: #424242. Windows color (decimal): -12435124 or 4997442. OLE color: 4997442.

HSL color Cylindrical-coordinate representation of color #42414C: hue angle of 245.45º 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 #42414C is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 65 76 -
CMYK 0.13 0.14 0 0.70
HSL 245.45º 0.08% 0.28% -
HSV(B) 245.45º 0.14% 0.3% -
XYZ 5.44 5.46 7.6 -
YUV 66.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 66 65 76 0.13 0.14 0 0.70 245.45 0.08 0.28
Hex 42 41 4C D E 0 46 F5 8 1C
Octal 102 101 114 15 16 0 106 365 10 34
Binary 1000010 1000001 1001100 1101 1110 0 1000110 11110101 1000 11100

Color Harmonies of #42414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42414C

Black with #42414C

Text Example


Text Example

White with #42414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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