#42424D

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

Shades of Payne's Grey #42424D

Tints of Payne's Grey #42424D

Color information

#42424D (or 0x42424D) is unknown color: approx Payne's Grey. HEX triplet: 42, 42 and 4D. RGB value is (66,66,77). Sum of RGB (Red+Green+Blue) = 66+66+77=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #42424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42424D is #BDBDB2. Grayscale: #434343. Windows color (decimal): -12434867 or 5063234. OLE color: 5063234.

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

Color convert

RGB666677-
CMYK0.140.1400.70
HSL240º7.69%28.04%-
HSV(B)240º14.29%30.2%-
XYZ5.535.597.81-
YUV67.25133.5127.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=31.58%
G=31.58%
B=36.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6666770.140.1400.702407.6928.04
Hex42424DEE046f081c
Octal102102115161601063601034
Binary100001010000101001101111011100100011011110000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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