#404152

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

Shades of Payne's Grey #404152

Tints of Payne's Grey #404152

Color information

#404152 (or 0x404152) is unknown color: approx Payne's Grey. HEX triplet: 40, 41 and 52. RGB value is (64,65,82). Sum of RGB (Red+Green+Blue) = 64+65+82=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #404152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404152 is #BFBEAD. Grayscale: #424242. Windows color (decimal): -12566190 or 5390656. OLE color: 5390656.

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

Color convert

RGB646582-
CMYK0.220.2100.68
HSL236.67º12.33%28.63%-
HSV(B)236.67º21.95%32.16%-
XYZ5.535.488.75-
YUV66.64136.67126.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=30.33%
G=30.81%
B=38.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6465820.220.2100.68236.6712.3328.63
Hex4041521615044edc1d
Octal100101122262501043551435
Binary10000001000001101001010110101010100010011101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404152; }

 p { color: rgb(64,65,82); }

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

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

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

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

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

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

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