#404253

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

Shades of Payne's Grey #404253

Tints of Payne's Grey #404253

Color information

#404253 (or 0x404253) is unknown color: approx Payne's Grey. HEX triplet: 40, 42 and 53. RGB value is (64,66,83). Sum of RGB (Red+Green+Blue) = 64+66+83=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #404253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404253 is #BFBDAC. Grayscale: #434343. Windows color (decimal): -12565933 or 5456448. OLE color: 5456448.

HSL color Cylindrical-coordinate representation of color #404253: hue angle of 233.68º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404253 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB646683-
CMYK0.230.2000.67
HSL233.68º12.93%28.82%-
HSV(B)233.68º22.89%32.55%-
XYZ5.625.618.97-
YUV67.34136.84125.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=30.05%
G=30.99%
B=38.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6466830.230.2000.67233.6812.9328.82
Hex4042531714043ead1d
Octal100102123272401033521535
Binary10000001000010101001110111101000100001111101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404253; }

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

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

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

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

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

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

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

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