#414048

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

Shades of Payne's Grey #414048

Tints of Payne's Grey #414048

Color information

#414048 (or 0x414048) is unknown color: approx Payne's Grey. HEX triplet: 41, 40 and 48. RGB value is (65,64,72). Sum of RGB (Red+Green+Blue) = 65+64+72=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 72 - color contains mainly: blue. Hex color #414048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414048 is #BEBFB7. Grayscale: #414141. Windows color (decimal): -12500920 or 4735041. OLE color: 4735041.

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

Color convert

RGB656472-
CMYK0.100.1100.72
HSL247.5º5.88%26.67%-
HSV(B)247.5º11.11%28.24%-
XYZ5.185.266.87-
YUV65.21131.83127.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=32.34%
G=31.84%
B=35.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6564720.100.1100.72247.55.8826.67
Hex414048AB048f861b
Octal10110011012130110370633
Binary10000011000000100100010101011010010001111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414048; }

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

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

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

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

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

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

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

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