Html Css Color HEX #414047 Payne's Grey

📋 copy color: '#414047'

red 65 ◦ green 64 ◦ blue 71

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

Shades of Payne's Grey #414047

Tints of Payne's Grey #414047

RGB

 RED value IS 65 (25.78% from 255) = 32.5%

 GREEN value IS 64 (25.39% from 255) = 32%

 BLUE value IS 71 (28.13% from 255) = 35.5%

R = 32.5%
G = 32%
B = 35.5%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#414047 (or 0x414047) is known color: Payne's Grey. HEX triplet: 41, 40 and 47. RGB value is (65,64,71). Sum of RGB (Red+Green+Blue) = 65+64+71=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 71 - color contains mainly: blue. Hex color #414047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414047 is #BEBFB8. Grayscale: #414141. Windows color (decimal): -12500921 or 4669505. OLE color: 4669505.

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

Color convert

RGB 65 64 71 -
CMYK 0.08 0.10 0 0.72
HSL 248.57º 0.05% 0.26% -
HSV(B) 248.57º 0.1% 0.28% -
XYZ 5.15 5.25 6.7 -
YUV 65.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 65 64 71 0.08 0.10 0 0.72 248.57 0.05 0.26
Hex 41 40 47 8 A 0 48 F9 5 1A
Octal 101 100 107 10 12 0 110 371 5 32
Binary 1000001 1000000 1000111 1000 1010 0 1001000 11111001 101 11010

Color Harmonies of #414047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414047

Black with #414047

Text Example


Text Example

White with #414047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414047; }

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

 H1.HeaderClassName
 {
   color: #414047;
 }
 .AnyTagClassName
 {
   color: #414047;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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