#41424C

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

Shades of Payne's Grey #41424C

Tints of Payne's Grey #41424C

Color information

#41424C (or 0x41424C) is unknown color: approx Payne's Grey. HEX triplet: 41, 42 and 4C. RGB value is (65,66,76). Sum of RGB (Red+Green+Blue) = 65+66+76=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 76 - color contains mainly: blue. Hex color #41424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41424C is #BEBDB3. Grayscale: #424242. Windows color (decimal): -12500404 or 4997697. OLE color: 4997697.

HSL color Cylindrical-coordinate representation of color #41424C: hue angle of 234.55º 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 #41424C is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB656676-
CMYK0.140.1300.70
HSL234.55º7.8%27.65%-
HSV(B)234.55º14.47%29.8%-
XYZ5.435.547.62-
YUV66.84133.17126.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=31.40%
G=31.88%
B=36.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6566760.140.1300.70234.557.827.65
Hex41424CED046eb81c
Octal101102114161501063531034
Binary100000110000101001100111011010100011011101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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