#404151

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

Shades of Payne's Grey #404151

Tints of Payne's Grey #404151

Color information

#404151 (or 0x404151) is unknown color: approx Payne's Grey. HEX triplet: 40, 41 and 51. RGB value is (64,65,81). Sum of RGB (Red+Green+Blue) = 64+65+81=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #404151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404151 is #BFBEAE. Grayscale: #424242. Windows color (decimal): -12566191 or 5325120. OLE color: 5325120.

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

Color convert

RGB646581-
CMYK0.210.2000.68
HSL236.47º11.72%28.43%-
HSV(B)236.47º20.99%31.76%-
XYZ5.495.468.55-
YUV66.52136.17126.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 65 (25.78% from 255) = 30.95%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=30.48%
G=30.95%
B=38.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6465810.210.2000.68236.4711.7228.43
Hex4041511514044ecc1c
Octal100101121252401043541434
Binary10000001000001101000110101101000100010011101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404151; }

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

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

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

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

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

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

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

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