#404051

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

Shades of Payne's Grey #404051

Tints of Payne's Grey #404051

Color information

#404051 (or 0x404051) is unknown color: approx Payne's Grey. HEX triplet: 40, 40 and 51. RGB value is (64,64,81). Sum of RGB (Red+Green+Blue) = 64+64+81=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #404051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404051 is #BFBFAE. Grayscale: #414141. Windows color (decimal): -12566447 or 5324864. OLE color: 5324864.

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

Color convert

RGB646481-
CMYK0.210.2100.68
HSL240º11.72%28.43%-
HSV(B)240º20.99%31.76%-
XYZ5.435.358.53-
YUV65.94136.5126.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=30.62%
G=30.62%
B=38.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6464810.210.2100.6824011.7228.43
Hex4040511515044f0c1c
Octal100100121252501043601434
Binary10000001000000101000110101101010100010011110000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404051; }

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

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

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

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

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

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

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

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