#42414D

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

Shades of Payne's Grey #42414D

Tints of Payne's Grey #42414D

Color information

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

RGB666577-
CMYK0.140.1600.70
HSL245º8.45%27.84%-
HSV(B)245º15.58%30.2%-
XYZ5.485.477.79-
YUV66.67133.83127.52-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6665770.140.1600.702458.4527.84
Hex42414DE10046f581c
Octal102101115162001063651034
Binary1000010100000110011011110100000100011011110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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