Html Css Color HEX #414147 Payne's Grey

📋 copy color: '#414147'

red 65 ◦ green 65 ◦ blue 71

#414147
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Payne's Grey #414147

Tints of Payne's Grey #414147

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.13% from 255) = 35.32%

R = 32.34%
G = 32.34%
B = 35.32%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#414147 (or 0x414147) is known color: 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

RGB 65 65 71 -
CMYK 0.08 0.08 0 0.72
HSL 240º 0.04% 0.27% -
HSV(B) 240º 0.08% 0.28% -
XYZ 5.21 5.36 6.72 -
YUV 65.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 65 65 71 0.08 0.08 0 0.72 240 0.04 0.27
Hex 41 41 47 8 8 0 48 F0 4 1B
Octal 101 101 107 10 10 0 110 360 4 33
Binary 1000001 1000001 1000111 1000 1000 0 1001000 11110000 100 11011

Color Harmonies of #414147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414147

Black with #414147

Text Example


Text Example

White with #414147

Text Example


Text Example

HTML Codes & Css Web 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>