Html Css Color HEX #414247 Payne's Grey

📋 copy color: '#414247'

red 65 ◦ green 66 ◦ blue 71

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

Shades of Payne's Grey #414247

Tints of Payne's Grey #414247

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

R = 32.18%
G = 32.67%
B = 35.15%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 65 66 71 -
CMYK 0.08 0.07 0 0.72
HSL 230º 0.04% 0.27% -
HSV(B) 230º 0.08% 0.28% -
XYZ 5.27 5.48 6.74 -
YUV 66.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 65 66 71 0.08 0.07 0 0.72 230 0.04 0.27
Hex 41 42 47 8 7 0 48 E6 4 1B
Octal 101 102 107 10 7 0 110 346 4 33
Binary 1000001 1000010 1000111 1000 111 0 1001000 11100110 100 11011

Color Harmonies of #414247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414247

Black with #414247

Text Example


Text Example

White with #414247

Text Example


Text Example

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