#40404B

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

Shades of Payne's Grey #40404B

Tints of Payne's Grey #40404B

Color information

#40404B (or 0x40404B) is unknown color: approx Payne's Grey. HEX triplet: 40, 40 and 4B. RGB value is (64,64,75). Sum of RGB (Red+Green+Blue) = 64+64+75=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #40404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40404B is #BFBFB4. Grayscale: #414141. Windows color (decimal): -12566453 or 4931648. OLE color: 4931648.

HSL color Cylindrical-coordinate representation of color #40404B: hue angle of 240º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #40404B is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB646475-
CMYK0.150.1500.71
HSL240º7.91%27.25%-
HSV(B)240º14.67%29.41%-
XYZ5.225.267.4-
YUV65.25133.5127.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=31.53%
G=31.53%
B=36.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6464750.150.1500.712407.9127.25
Hex40404BFF047f081b
Octal100100113171701073601033
Binary100000010000001001011111111110100011111110000100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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