#41404B

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

Shades of Payne's Grey #41404B

Tints of Payne's Grey #41404B

Color information

#41404B (or 0x41404B) is unknown color: approx Payne's Grey. HEX triplet: 41, 40 and 4B. RGB value is (65,64,75). Sum of RGB (Red+Green+Blue) = 65+64+75=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 75 - color contains mainly: blue. Hex color #41404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41404B is #BEBFB4. Grayscale: #414141. Windows color (decimal): -12500917 or 4931649. OLE color: 4931649.

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

Color convert

RGB656475-
CMYK0.130.1500.71
HSL245.45º7.91%27.25%-
HSV(B)245.45º14.67%29.41%-
XYZ5.285.37.4-
YUV65.55133.33127.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=31.86%
G=31.37%
B=36.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6564750.130.1500.71245.457.9127.25
Hex41404BDF047f581b
Octal101100113151701073651033
Binary100000110000001001011110111110100011111110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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