#42424A

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

Shades of Payne's Grey #42424A

Tints of Payne's Grey #42424A

Color information

#42424A (or 0x42424A) is unknown color: approx Payne's Grey. HEX triplet: 42, 42 and 4A. RGB value is (66,66,74). Sum of RGB (Red+Green+Blue) = 66+66+74=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 74 - color contains mainly: blue. Hex color #42424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42424A is #BDBDB5. Grayscale: #424242. Windows color (decimal): -12434870 or 4866626. OLE color: 4866626.

HSL color Cylindrical-coordinate representation of color #42424A: hue angle of 240º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #42424A is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB666674-
CMYK0.110.1100.71
HSL240º5.71%27.45%-
HSV(B)240º10.81%29.02%-
XYZ5.435.557.26-
YUV66.91132127.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=32.04%
G=32.04%
B=35.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6666740.110.1100.712405.7127.45
Hex42424ABB047f061b
Octal10210211213130107360633
Binary10000101000010100101010111011010001111111000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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