#404156

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

Shades of Payne's Grey #404156

Tints of Payne's Grey #404156

Color information

#404156 (or 0x404156) is unknown color: approx Payne's Grey. HEX triplet: 40, 41 and 56. RGB value is (64,65,86). Sum of RGB (Red+Green+Blue) = 64+65+86=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #404156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404156 is #BFBEA9. Grayscale: #434343. Windows color (decimal): -12566186 or 5652800. OLE color: 5652800.

HSL color Cylindrical-coordinate representation of color #404156: hue angle of 237.27º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #404156 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB646586-
CMYK0.260.2400.66
HSL237.27º14.67%29.41%-
HSV(B)237.27º25.58%33.73%-
XYZ5.685.549.57-
YUV67.1138.67125.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 86 (33.98% from 255) = 40%
R=29.77%
G=30.23%
B=40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6465860.260.2400.66237.2714.6729.41
Hex4041561A18042edf1d
Octal100101126323001023551735
Binary10000001000001101011011010110000100001011101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404156; }

 p { color: rgb(64,65,86); }

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

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

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

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

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

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

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