Html Css Color HEX #42414B Payne's Grey

📋 copy color: '#42414B'

red 66 ◦ green 65 ◦ blue 75

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

Shades of Payne's Grey #42414B

Tints of Payne's Grey #42414B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.41%

R = 32.04%
G = 31.55%
B = 36.41%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42414B (or 0x42414B) is known color: Payne's Grey. HEX triplet: 42, 41 and 4B. RGB value is (66,65,75). Sum of RGB (Red+Green+Blue) = 66+65+75=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 75 - color contains mainly: blue. Hex color #42414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42414B is #BDBEB4. Grayscale: #424242. Windows color (decimal): -12435125 or 4931906. OLE color: 4931906.

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

Color convert

RGB 66 65 75 -
CMYK 0.12 0.13 0 0.71
HSL 246º 0.07% 0.27% -
HSV(B) 246º 0.13% 0.29% -
XYZ 5.41 5.45 7.42 -
YUV 66.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 66 65 75 0.12 0.13 0 0.71 246 0.07 0.27
Hex 42 41 4B C D 0 47 F6 7 1B
Octal 102 101 113 14 15 0 107 366 7 33
Binary 1000010 1000001 1001011 1100 1101 0 1000111 11110110 111 11011

Color Harmonies of #42414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42414B

Black with #42414B

Text Example


Text Example

White with #42414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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