#42414E

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

Shades of Payne's Grey #42414E

Tints of Payne's Grey #42414E

Color information

#42414E (or 0x42414E) is unknown color: approx Payne's Grey. HEX triplet: 42, 41 and 4E. RGB value is (66,65,78). Sum of RGB (Red+Green+Blue) = 66+65+78=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 78 - color contains mainly: blue. Hex color #42414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42414E is #BDBEB1. Grayscale: #424242. Windows color (decimal): -12435122 or 5128514. OLE color: 5128514.

HSL color Cylindrical-coordinate representation of color #42414E: hue angle of 244.62º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #42414E is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB666578-
CMYK0.150.1700.69
HSL244.62º9.09%28.04%-
HSV(B)244.62º16.67%30.59%-
XYZ5.515.497.98-
YUV66.78134.33127.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=31.58%
G=31.10%
B=37.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6665780.150.1700.69244.629.0928.04
Hex42414EF11045f591c
Octal102101116172101053651134
Binary1000010100000110011101111100010100010111110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42414E;
 }
 .AnyTagClassName
 {
   color: #42414E;
 }
</style>
background-color css

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

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

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

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

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

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