#403F4C

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

Shades of Payne's Grey #403F4C

Tints of Payne's Grey #403F4C

Color information

#403F4C (or 0x403F4C) is unknown color: approx Payne's Grey. HEX triplet: 40, 3F and 4C. RGB value is (64,63,76). Sum of RGB (Red+Green+Blue) = 64+63+76=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #403F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F4C is #BFC0B3. Grayscale: #404040. Windows color (decimal): -12566708 or 4996928. OLE color: 4996928.

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

Color convert

RGB646376-
CMYK0.160.1700.70
HSL244.62º9.35%27.25%-
HSV(B)244.62º17.11%29.8%-
XYZ5.25.177.56-
YUV64.78134.33127.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=31.53%
G=31.03%
B=37.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6463760.160.1700.70244.629.3527.25
Hex403F4C1011046f591b
Octal10077114202101063651133
Binary1000000111111100110010000100010100011011110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,63,76); }

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

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

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

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

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

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

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