Html Css Color HEX #404149 Payne's Grey

📋 copy color: '#404149'

red 64 ◦ green 65 ◦ blue 73

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

Shades of Payne's Grey #404149

Tints of Payne's Grey #404149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 36.14%

R = 31.68%
G = 32.18%
B = 36.14%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#404149 (or 0x404149) is known color: Payne's Grey. HEX triplet: 40, 41 and 49. RGB value is (64,65,73). Sum of RGB (Red+Green+Blue) = 64+65+73=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 73 - color contains mainly: blue. Hex color #404149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404149 is #BFBEB6. Grayscale: #414141. Windows color (decimal): -12566199 or 4800832. OLE color: 4800832.

HSL color Cylindrical-coordinate representation of color #404149: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #404149 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 65 73 -
CMYK 0.12 0.11 0 0.71
HSL 233.33º 0.07% 0.27% -
HSV(B) 233.33º 0.12% 0.29% -
XYZ 5.21 5.35 7.06 -
YUV 65.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 64 65 73 0.12 0.11 0 0.71 233.33 0.07 0.27
Hex 40 41 49 C B 0 47 E9 7 1B
Octal 100 101 111 14 13 0 107 351 7 33
Binary 1000000 1000001 1001001 1100 1011 0 1000111 11101001 111 11011

Color Harmonies of #404149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404149

Black with #404149

Text Example


Text Example

White with #404149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404149; }

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

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

background-color css

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

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

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

border-color css

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

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

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