#404250

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

Shades of Payne's Grey #404250

Tints of Payne's Grey #404250

Color information

#404250 (or 0x404250) is unknown color: approx Payne's Grey. HEX triplet: 40, 42 and 50. RGB value is (64,66,80). Sum of RGB (Red+Green+Blue) = 64+66+80=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #404250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404250 is #BFBDAF. Grayscale: #424242. Windows color (decimal): -12565936 or 5259840. OLE color: 5259840.

HSL color Cylindrical-coordinate representation of color #404250: hue angle of 232.5º 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 #404250 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB646680-
CMYK0.200.1700.69
HSL232.5º11.11%28.24%-
HSV(B)232.5º20%31.37%-
XYZ5.515.578.37-
YUV67135.34125.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=30.48%
G=31.43%
B=38.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6466800.200.1700.69232.511.1128.24
Hex4042501411045e8b1c
Octal100102120242101053501334
Binary10000001000010101000010100100010100010111101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404250; }

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

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

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

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

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

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

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

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