#42424E

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

Shades of Payne's Grey #42424E

Tints of Payne's Grey #42424E

Color information

#42424E (or 0x42424E) is unknown color: approx Payne's Grey. HEX triplet: 42, 42 and 4E. RGB value is (66,66,78). Sum of RGB (Red+Green+Blue) = 66+66+78=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 78 - color contains mainly: blue. Hex color #42424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42424E is #BDBDB1. Grayscale: #434343. Windows color (decimal): -12434866 or 5128770. OLE color: 5128770.

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

Color convert

RGB666678-
CMYK0.150.1500.69
HSL240º8.33%28.24%-
HSV(B)240º15.38%30.59%-
XYZ5.575.68-
YUV67.37134127.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=31.43%
G=31.43%
B=37.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6666780.150.1500.692408.3328.24
Hex42424EFF045f081c
Octal102102116171701053601034
Binary100001010000101001110111111110100010111110000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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