#42414B

Color #42414B Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #42414B

Tints of Payne's Grey #42414B

Color information

#42414B (or 0x42414B) is unknown color: approx 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

RGB666575-
CMYK0.120.1300.71
HSL246º7.14%27.45%-
HSV(B)246º13.33%29.41%-
XYZ5.415.457.42-
YUV66.44132.83127.69-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6665750.120.1300.712467.1427.45
Hex42414BCD047f671b
Octal10210111314150107366733
Binary10000101000001100101111001101010001111111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>