#404048

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

Shades of Payne's Grey #404048

Tints of Payne's Grey #404048

Color information

#404048 (or 0x404048) is unknown color: approx Payne's Grey. HEX triplet: 40, 40 and 48. RGB value is (64,64,72). Sum of RGB (Red+Green+Blue) = 64+64+72=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 72 - color contains mainly: blue. Hex color #404048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404048 is #BFBFB7. Grayscale: #404040. Windows color (decimal): -12566456 or 4735040. OLE color: 4735040.

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

Color convert

RGB646472-
CMYK0.110.1100.72
HSL240º5.88%26.67%-
HSV(B)240º11.11%28.24%-
XYZ5.125.226.87-
YUV64.91132127.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 72 (28.52% from 255) = 36%
R=32%
G=32%
B=36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6464720.110.1100.722405.8826.67
Hex404048BB048f061b
Octal10010011013130110360633
Binary10000001000000100100010111011010010001111000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404048; }

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

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

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

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

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

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

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

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