#414247

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

Shades of Payne's Grey #414247

Tints of Payne's Grey #414247

Color information

#414247 (or 0x414247) is unknown color: approx Payne's Grey. HEX triplet: 41, 42 and 47. RGB value is (65,66,71). Sum of RGB (Red+Green+Blue) = 65+66+71=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 71 - color contains mainly: blue. Hex color #414247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414247 is #BEBDB8. Grayscale: #424242. Windows color (decimal): -12500409 or 4670017. OLE color: 4670017.

HSL color Cylindrical-coordinate representation of color #414247: hue angle of 230º 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 #414247 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB656671-
CMYK0.080.0700.72
HSL230º4.41%26.67%-
HSV(B)230º8.45%27.84%-
XYZ5.275.486.74-
YUV66.27130.67127.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.18%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 71 (28.12% from 255) = 35.15%
R=32.18%
G=32.67%
B=35.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6566710.080.0700.722304.4126.67
Hex41424787048e641b
Octal1011021071070110346433
Binary1000001100001010001111000111010010001110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414247; }

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

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

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

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

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

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

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

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