Html Css Color HEX #404047 Payne's Grey

📋 copy color: '#404047'

red 64 ◦ green 64 ◦ blue 71

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

Shades of Payne's Grey #404047

Tints of Payne's Grey #404047

RGB

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

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

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

R = 32.16%
G = 32.16%
B = 35.68%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#404047 (or 0x404047) is known color: Payne's Grey. HEX triplet: 40, 40 and 47. RGB value is (64,64,71). Sum of RGB (Red+Green+Blue) = 64+64+71=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 71 - color contains mainly: blue. Hex color #404047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404047 is #BFBFB8. Grayscale: #404040. Windows color (decimal): -12566457 or 4669504. OLE color: 4669504.

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

Color convert

RGB 64 64 71 -
CMYK 0.10 0.10 0 0.72
HSL 240º 0.05% 0.26% -
HSV(B) 240º 0.1% 0.28% -
XYZ 5.09 5.21 6.7 -
YUV 64.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 64 64 71 0.10 0.10 0 0.72 240 0.05 0.26
Hex 40 40 47 A A 0 48 F0 5 1A
Octal 100 100 107 12 12 0 110 360 5 32
Binary 1000000 1000000 1000111 1010 1010 0 1001000 11110000 101 11010

Color Harmonies of #404047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404047

Black with #404047

Text Example


Text Example

White with #404047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404047; }

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

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

background-color css

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

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

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

border-color css

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

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

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