#404052

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

Shades of Payne's Grey #404052

Tints of Payne's Grey #404052

Color information

#404052 (or 0x404052) is unknown color: approx Payne's Grey. HEX triplet: 40, 40 and 52. RGB value is (64,64,82). Sum of RGB (Red+Green+Blue) = 64+64+82=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #404052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404052 is #BFBFAD. Grayscale: #414141. Windows color (decimal): -12566446 or 5390400. OLE color: 5390400.

HSL color Cylindrical-coordinate representation of color #404052: hue angle of 240º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #404052 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB646482-
CMYK0.220.2200.68
HSL240º12.33%28.63%-
HSV(B)240º21.95%32.16%-
XYZ5.475.378.73-
YUV66.05137126.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=30.48%
G=30.48%
B=39.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6464820.220.2200.6824012.3328.63
Hex4040521616044f0c1d
Octal100100122262601043601435
Binary10000001000000101001010110101100100010011110000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404052; }

 p { color: rgb(64,64,82); }

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

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

 a { background-color: rgb(64,64,82); }

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

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

 span { border-color: rgb(64,64,82); }

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