#414249

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

Shades of Payne's Grey #414249

Tints of Payne's Grey #414249

Color information

#414249 (or 0x414249) is unknown color: approx Payne's Grey. HEX triplet: 41, 42 and 49. RGB value is (65,66,73). Sum of RGB (Red+Green+Blue) = 65+66+73=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 73 - color contains mainly: blue. Hex color #414249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414249 is #BEBDB6. Grayscale: #424242. Windows color (decimal): -12500407 or 4801089. OLE color: 4801089.

HSL color Cylindrical-coordinate representation of color #414249: hue angle of 232.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #414249 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB656673-
CMYK0.110.1000.71
HSL232.5º5.8%27.06%-
HSV(B)232.5º10.96%28.63%-
XYZ5.335.57.08-
YUV66.5131.67126.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=31.86%
G=32.35%
B=35.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6566730.110.1000.71232.55.827.06
Hex414249BA047e861b
Octal10110211113120107350633
Binary10000011000010100100110111010010001111110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414249; }

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

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

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

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

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

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

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

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