Html Css Color HEX #42414A Payne's Grey

📋 copy color: '#42414A'

red 66 ◦ green 65 ◦ blue 74

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

Shades of Payne's Grey #42414A

Tints of Payne's Grey #42414A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.1%

R = 32.2%
G = 31.71%
B = 36.1%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42414A (or 0x42414A) is known color: Payne's Grey. HEX triplet: 42, 41 and 4A. RGB value is (66,65,74). Sum of RGB (Red+Green+Blue) = 66+65+74=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 74 - color contains mainly: blue. Hex color #42414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42414A is #BDBEB5. Grayscale: #424242. Windows color (decimal): -12435126 or 4866370. OLE color: 4866370.

HSL color Cylindrical-coordinate representation of color #42414A: hue angle of 246.67º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #42414A is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 65 74 -
CMYK 0.11 0.12 0 0.71
HSL 246.67º 0.06% 0.27% -
HSV(B) 246.67º 0.12% 0.29% -
XYZ 5.37 5.43 7.24 -
YUV 66.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 66 65 74 0.11 0.12 0 0.71 246.67 0.06 0.27
Hex 42 41 4A B C 0 47 F7 6 1B
Octal 102 101 112 13 14 0 107 367 6 33
Binary 1000010 1000001 1001010 1011 1100 0 1000111 11110111 110 11011

Color Harmonies of #42414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42414A

Black with #42414A

Text Example


Text Example

White with #42414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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