#404150

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

Shades of Payne's Grey #404150

Tints of Payne's Grey #404150

Color information

#404150 (or 0x404150) is unknown color: approx Payne's Grey. HEX triplet: 40, 41 and 50. RGB value is (64,65,80). Sum of RGB (Red+Green+Blue) = 64+65+80=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #404150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404150 is #BFBEAF. Grayscale: #424242. Windows color (decimal): -12566192 or 5259584. OLE color: 5259584.

HSL color Cylindrical-coordinate representation of color #404150: hue angle of 236.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404150 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB646580-
CMYK0.200.1900.69
HSL236.25º11.11%28.24%-
HSV(B)236.25º20%31.37%-
XYZ5.455.458.35-
YUV66.41135.67126.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=30.62%
G=31.10%
B=38.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6465800.200.1900.69236.2511.1128.24
Hex4041501413045ecb1c
Octal100101120242301053541334
Binary10000001000001101000010100100110100010111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404150; }

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

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

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

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

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

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

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

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