#41414C

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

Shades of Payne's Grey #41414C

Tints of Payne's Grey #41414C

Color information

#41414C (or 0x41414C) is unknown color: approx Payne's Grey. HEX triplet: 41, 41 and 4C. RGB value is (65,65,76). Sum of RGB (Red+Green+Blue) = 65+65+76=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 76 - color contains mainly: blue. Hex color #41414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41414C is #BEBEB3. Grayscale: #424242. Windows color (decimal): -12500660 or 4997441. OLE color: 4997441.

HSL color Cylindrical-coordinate representation of color #41414C: hue angle of 240º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #41414C is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB656576-
CMYK0.140.1400.70
HSL240º7.8%27.65%-
HSV(B)240º14.47%29.8%-
XYZ5.375.437.6-
YUV66.25133.5127.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=31.55%
G=31.55%
B=36.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6565760.140.1400.702407.827.65
Hex41414CEE046f081c
Octal101101114161601063601034
Binary100000110000011001100111011100100011011110000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41414C; }

 p { color: rgb(65,65,76); }

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

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

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

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

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

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

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