Html Css Color HEX #404146 Payne's Grey

📋 copy color: '#404146'

red 64 ◦ green 65 ◦ blue 70

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

Shades of Payne's Grey #404146

Tints of Payne's Grey #404146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.18%

R = 32.16%
G = 32.66%
B = 35.18%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#404146 (or 0x404146) is known color: Payne's Grey. HEX triplet: 40, 41 and 46. RGB value is (64,65,70). Sum of RGB (Red+Green+Blue) = 64+65+70=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 70 - color contains mainly: blue. Hex color #404146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404146 is #BFBEB9. Grayscale: #414141. Windows color (decimal): -12566202 or 4604224. OLE color: 4604224.

HSL color Cylindrical-coordinate representation of color #404146: hue angle of 230º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #404146 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 65 70 -
CMYK 0.09 0.07 0 0.73
HSL 230º 0.04% 0.26% -
HSV(B) 230º 0.09% 0.27% -
XYZ 5.11 5.31 6.55 -
YUV 65.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 64 65 70 0.09 0.07 0 0.73 230 0.04 0.26
Hex 40 41 46 9 7 0 49 E6 4 1A
Octal 100 101 106 11 7 0 111 346 4 32
Binary 1000000 1000001 1000110 1001 111 0 1001001 11100110 100 11010

Color Harmonies of #404146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404146

Black with #404146

Text Example


Text Example

White with #404146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404146; }

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

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

background-color css

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

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

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

border-color css

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

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

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