#404155

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

Shades of Payne's Grey #404155

Tints of Payne's Grey #404155

Color information

#404155 (or 0x404155) is unknown color: approx Payne's Grey. HEX triplet: 40, 41 and 55. RGB value is (64,65,85). Sum of RGB (Red+Green+Blue) = 64+65+85=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: blue. Hex color #404155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404155 is #BFBEAA. Grayscale: #424242. Windows color (decimal): -12566187 or 5587264. OLE color: 5587264.

HSL color Cylindrical-coordinate representation of color #404155: hue angle of 237.14º 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 #404155 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB646585-
CMYK0.250.2400.67
HSL237.14º14.09%29.22%-
HSV(B)237.14º24.71%33.33%-
XYZ5.645.539.36-
YUV66.98138.17125.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=29.91%
G=30.37%
B=39.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6465850.250.2400.67237.1414.0929.22
Hex4041551918043ede1d
Octal100101125313001033551635
Binary10000001000001101010111001110000100001111101101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404155; }

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

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

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

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

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

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

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

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