#403E4D

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

Shades of Payne's Grey #403E4D

Tints of Payne's Grey #403E4D

Color information

#403E4D (or 0x403E4D) is unknown color: approx Payne's Grey. HEX triplet: 40, 3E and 4D. RGB value is (64,62,77). Sum of RGB (Red+Green+Blue) = 64+62+77=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #403E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E4D is #BFC1B2. Grayscale: #404040. Windows color (decimal): -12566963 or 5062208. OLE color: 5062208.

HSL color Cylindrical-coordinate representation of color #403E4D: hue angle of 248º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #403E4D is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB646277-
CMYK0.170.1900.70
HSL248º10.79%27.25%-
HSV(B)248º19.48%30.2%-
XYZ5.185.077.73-
YUV64.31135.16127.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=31.53%
G=30.54%
B=37.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6462770.170.1900.7024810.7927.25
Hex403E4D1113046f8b1b
Octal10076115212301063701333
Binary1000000111110100110110001100110100011011111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403E4D; }

 p { color: rgb(64,62,77); }

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

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

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

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

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

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

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