#403F48

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

Shades of Payne's Grey #403F48

Tints of Payne's Grey #403F48

Color information

#403F48 (or 0x403F48) is unknown color: approx Payne's Grey. HEX triplet: 40, 3F and 48. RGB value is (64,63,72). Sum of RGB (Red+Green+Blue) = 64+63+72=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: blue. Hex color #403F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F48 is #BFC0B7. Grayscale: #404040. Windows color (decimal): -12566712 or 4734784. OLE color: 4734784.

HSL color Cylindrical-coordinate representation of color #403F48: hue angle of 246.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #403F48 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB646372-
CMYK0.110.1200.72
HSL246.67º6.67%26.47%-
HSV(B)246.67º12.5%28.24%-
XYZ5.065.116.85-
YUV64.32132.33127.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 72 (28.52% from 255) = 36.18%
R=32.16%
G=31.66%
B=36.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6463720.110.1200.72246.676.6726.47
Hex403F48BC048f771a
Octal1007711013140110367732
Binary1000000111111100100010111100010010001111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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