#414147

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

Shades of Payne's Grey #414147

Tints of Payne's Grey #414147

Color information

#414147 (or 0x414147) is unknown color: approx Payne's Grey. HEX triplet: 41, 41 and 47. RGB value is (65,65,71). Sum of RGB (Red+Green+Blue) = 65+65+71=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 71 - color contains mainly: blue. Hex color #414147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414147 is #BEBEB8. Grayscale: #414141. Windows color (decimal): -12500665 or 4669761. OLE color: 4669761.

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

Color convert

RGB656571-
CMYK0.080.0800.72
HSL240º4.41%26.67%-
HSV(B)240º8.45%27.84%-
XYZ5.215.366.72-
YUV65.68131127.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=32.34%
G=32.34%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6565710.080.0800.722404.4126.67
Hex41414788048f041b
Octal10110110710100110360433
Binary10000011000001100011110001000010010001111000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414147; }

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

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

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

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

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

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

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

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