#41404D

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

Shades of Payne's Grey #41404D

Tints of Payne's Grey #41404D

Color information

#41404D (or 0x41404D) is unknown color: approx Payne's Grey. HEX triplet: 41, 40 and 4D. RGB value is (65,64,77). Sum of RGB (Red+Green+Blue) = 65+64+77=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #41404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41404D is #BEBFB2. Grayscale: #414141. Windows color (decimal): -12500915 or 5062721. OLE color: 5062721.

HSL color Cylindrical-coordinate representation of color #41404D: hue angle of 244.62º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #41404D is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB656477-
CMYK0.160.1700.70
HSL244.62º9.22%27.65%-
HSV(B)244.62º16.88%30.2%-
XYZ5.355.337.77-
YUV65.78134.33127.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=31.55%
G=31.07%
B=37.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6564770.160.1700.70244.629.2227.65
Hex41404D1011046f591c
Octal101100115202101063651134
Binary10000011000000100110110000100010100011011110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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