Html Css Color HEX #403F4C Payne's Grey

📋 copy color: '#403F4C'

red 64 ◦ green 63 ◦ blue 76

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

Shades of Payne's Grey #403F4C

Tints of Payne's Grey #403F4C

RGB

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

 GREEN value IS 63 (25% from 255) = 31.03%

 BLUE value IS 76 (30.08% from 255) = 37.44%

R = 31.53%
G = 31.03%
B = 37.44%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#403F4C (or 0x403F4C) is known color: Payne's Grey. HEX triplet: 40, 3F and 4C. RGB value is (64,63,76). Sum of RGB (Red+Green+Blue) = 64+63+76=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #403F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F4C is #BFC0B3. Grayscale: #404040. Windows color (decimal): -12566708 or 4996928. OLE color: 4996928.

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

Color convert

RGB 64 63 76 -
CMYK 0.16 0.17 0 0.70
HSL 244.62º 0.09% 0.27% -
HSV(B) 244.62º 0.17% 0.3% -
XYZ 5.2 5.17 7.56 -
YUV 64.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 64 63 76 0.16 0.17 0 0.70 244.62 0.09 0.27
Hex 40 3F 4C 10 11 0 46 F5 9 1B
Octal 100 77 114 20 21 0 106 365 11 33
Binary 1000000 111111 1001100 10000 10001 0 1000110 11110101 1001 11011

Color Harmonies of #403F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F4C

Black with #403F4C

Text Example


Text Example

White with #403F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,63,76); }

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

background-color css

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

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

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

border-color css

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

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

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