#404255

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

Shades of Payne's Grey #404255

Tints of Payne's Grey #404255

Color information

#404255 (or 0x404255) is unknown color: approx Payne's Grey. HEX triplet: 40, 42 and 55. RGB value is (64,66,85). Sum of RGB (Red+Green+Blue) = 64+66+85=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 85 - color contains mainly: blue. Hex color #404255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404255 is #BFBDAA. Grayscale: #434343. Windows color (decimal): -12565931 or 5587520. OLE color: 5587520.

HSL color Cylindrical-coordinate representation of color #404255: hue angle of 234.29º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404255 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB646685-
CMYK0.250.2200.67
HSL234.29º14.09%29.22%-
HSV(B)234.29º24.71%33.33%-
XYZ5.75.649.38-
YUV67.57137.84125.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=29.77%
G=30.70%
B=39.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6466850.250.2200.67234.2914.0929.22
Hex4042551916043eae1d
Octal100102125312601033521635
Binary10000001000010101010111001101100100001111101010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404255; }

 p { color: rgb(64,66,85); }

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

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

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

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

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

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

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