#41404A

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

Shades of Payne's Grey #41404A

Tints of Payne's Grey #41404A

Color information

#41404A (or 0x41404A) is unknown color: approx Payne's Grey. HEX triplet: 41, 40 and 4A. RGB value is (65,64,74). Sum of RGB (Red+Green+Blue) = 65+64+74=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 74 - color contains mainly: blue. Hex color #41404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41404A is #BEBFB5. Grayscale: #414141. Windows color (decimal): -12500918 or 4866113. OLE color: 4866113.

HSL color Cylindrical-coordinate representation of color #41404A: hue angle of 246º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #41404A is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB656474-
CMYK0.120.1400.71
HSL246º7.25%27.06%-
HSV(B)246º13.51%29.02%-
XYZ5.255.297.22-
YUV65.44132.83127.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=32.02%
G=31.53%
B=36.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6564740.120.1400.712467.2527.06
Hex41404ACE047f671b
Octal10110011214160107366733
Binary10000011000000100101011001110010001111111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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