#404251

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

Shades of Payne's Grey #404251

Tints of Payne's Grey #404251

Color information

#404251 (or 0x404251) is unknown color: approx Payne's Grey. HEX triplet: 40, 42 and 51. RGB value is (64,66,81). Sum of RGB (Red+Green+Blue) = 64+66+81=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #404251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404251 is #BFBDAE. Grayscale: #434343. Windows color (decimal): -12565935 or 5325376. OLE color: 5325376.

HSL color Cylindrical-coordinate representation of color #404251: hue angle of 232.94º 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 #404251 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB646681-
CMYK0.210.1900.68
HSL232.94º11.72%28.43%-
HSV(B)232.94º20.99%31.76%-
XYZ5.555.588.57-
YUV67.11135.84125.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=30.33%
G=31.28%
B=38.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6466810.210.1900.68232.9411.7228.43
Hex4042511513044e9c1c
Octal100102121252301043511434
Binary10000001000010101000110101100110100010011101001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404251; }

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

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

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

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

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

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

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

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