#404258

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

Shades of Payne's Grey #404258

Tints of Payne's Grey #404258

Color information

#404258 (or 0x404258) is unknown color: approx Payne's Grey. HEX triplet: 40, 42 and 58. RGB value is (64,66,88). Sum of RGB (Red+Green+Blue) = 64+66+88=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #404258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404258 is #BFBDA7. Grayscale: #434343. Windows color (decimal): -12565928 or 5784128. OLE color: 5784128.

HSL color Cylindrical-coordinate representation of color #404258: hue angle of 235º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404258 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB646688-
CMYK0.270.2500.65
HSL235º15.79%29.8%-
HSV(B)235º27.27%34.51%-
XYZ5.825.6910.02-
YUV67.91139.34125.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=29.36%
G=30.28%
B=40.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6466880.270.2500.6523515.7929.8
Hex4042581B19041eb101e
Octal100102130333101013532036
Binary100000010000101011000110111100101000001111010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404258; }

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

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

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

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

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

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

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

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