#40404D

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

Shades of Payne's Grey #40404D

Tints of Payne's Grey #40404D

Color information

#40404D (or 0x40404D) is unknown color: approx Payne's Grey. HEX triplet: 40, 40 and 4D. RGB value is (64,64,77). Sum of RGB (Red+Green+Blue) = 64+64+77=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #40404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40404D is #BFBFB2. Grayscale: #414141. Windows color (decimal): -12566451 or 5062720. OLE color: 5062720.

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

Color convert

RGB646477-
CMYK0.170.1700.70
HSL240º9.22%27.65%-
HSV(B)240º16.88%30.2%-
XYZ5.295.297.76-
YUV65.48134.5126.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=31.22%
G=31.22%
B=37.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6464770.170.1700.702409.2227.65
Hex40404D1111046f091c
Octal100100115212101063601134
Binary10000001000000100110110001100010100011011110000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40404D; }

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

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

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

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

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

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

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

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