Html Css Color HEX #404147 Payne's Grey

📋 copy color: '#404147'

red 64 ◦ green 65 ◦ blue 71

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

Shades of Payne's Grey #404147

Tints of Payne's Grey #404147

RGB

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

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

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

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

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#404147 (or 0x404147) is known color: Payne's Grey. HEX triplet: 40, 41 and 47. RGB value is (64,65,71). Sum of RGB (Red+Green+Blue) = 64+65+71=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 65 (25.78% from 255 or 32.5% 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 #404147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404147 is #BFBEB8. Grayscale: #414141. Windows color (decimal): -12566201 or 4669760. OLE color: 4669760.

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

Color convert

RGB 64 65 71 -
CMYK 0.10 0.08 0 0.72
HSL 231.43º 0.05% 0.26% -
HSV(B) 231.43º 0.1% 0.28% -
XYZ 5.14 5.33 6.72 -
YUV 65.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 64 65 71 0.10 0.08 0 0.72 231.43 0.05 0.26
Hex 40 41 47 A 8 0 48 E7 5 1A
Octal 100 101 107 12 10 0 110 347 5 32
Binary 1000000 1000001 1000111 1010 1000 0 1001000 11100111 101 11010

Color Harmonies of #404147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404147

Black with #404147

Text Example


Text Example

White with #404147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404147; }

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

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

background-color css

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

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

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

border-color css

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

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

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