Html Css Color HEX #403E4D Payne's Grey

📋 copy color: '#403E4D'

red 64 ◦ green 62 ◦ blue 77

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

Shades of Payne's Grey #403E4D

Tints of Payne's Grey #403E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.54%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 31.53%
G = 30.54%
B = 37.93%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#403E4D (or 0x403E4D) is known color: Payne's Grey. HEX triplet: 40, 3E and 4D. RGB value is (64,62,77). Sum of RGB (Red+Green+Blue) = 64+62+77=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #403E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E4D is #BFC1B2. Grayscale: #404040. Windows color (decimal): -12566963 or 5062208. OLE color: 5062208.

HSL color Cylindrical-coordinate representation of color #403E4D: hue angle of 248º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #403E4D is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 62 77 -
CMYK 0.17 0.19 0 0.70
HSL 248º 0.11% 0.27% -
HSV(B) 248º 0.19% 0.3% -
XYZ 5.18 5.07 7.73 -
YUV 64.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 64 62 77 0.17 0.19 0 0.70 248 0.11 0.27
Hex 40 3E 4D 11 13 0 46 F8 B 1B
Octal 100 76 115 21 23 0 106 370 13 33
Binary 1000000 111110 1001101 10001 10011 0 1000110 11111000 1011 11011

Color Harmonies of #403E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E4D

Black with #403E4D

Text Example


Text Example

White with #403E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403E4D; }

 p { color: rgb(64,62,77); }

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

background-color css

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

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

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

border-color css

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

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

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