#404050

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

Shades of Payne's Grey #404050

Tints of Payne's Grey #404050

Color information

#404050 (or 0x404050) is unknown color: approx Payne's Grey. HEX triplet: 40, 40 and 50. RGB value is (64,64,80). Sum of RGB (Red+Green+Blue) = 64+64+80=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #404050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404050 is #BFBFAF. Grayscale: #414141. Windows color (decimal): -12566448 or 5259328. OLE color: 5259328.

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

Color convert

RGB646480-
CMYK0.200.2000.69
HSL240º11.11%28.24%-
HSV(B)240º20%31.37%-
XYZ5.45.348.33-
YUV65.82136126.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6464800.200.2000.6924011.1128.24
Hex4040501414045f0b1c
Octal100100120242401053601334
Binary10000001000000101000010100101000100010111110000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404050; }

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

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

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

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

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

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

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

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