#41404E

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

Shades of Payne's Grey #41404E

Tints of Payne's Grey #41404E

Color information

#41404E (or 0x41404E) is unknown color: approx Payne's Grey. HEX triplet: 41, 40 and 4E. RGB value is (65,64,78). Sum of RGB (Red+Green+Blue) = 65+64+78=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 78 - color contains mainly: blue. Hex color #41404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41404E is #BEBFB1. Grayscale: #414141. Windows color (decimal): -12500914 or 5128257. OLE color: 5128257.

HSL color Cylindrical-coordinate representation of color #41404E: hue angle of 244.29º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #41404E is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB656478-
CMYK0.170.1800.69
HSL244.29º9.86%27.84%-
HSV(B)244.29º17.95%30.59%-
XYZ5.395.347.95-
YUV65.9134.83127.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=31.40%
G=30.92%
B=37.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6564780.170.1800.69244.299.8627.84
Hex41404E1112045f4a1c
Octal101100116212201053641234
Binary10000011000000100111010001100100100010111110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41404E; }

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

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

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

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

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

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

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

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