Html Css Color HEX #403F48 Payne's Grey

📋 copy color: '#403F48'

red 64 ◦ green 63 ◦ blue 72

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

Shades of Payne's Grey #403F48

Tints of Payne's Grey #403F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.18%

R = 32.16%
G = 31.66%
B = 36.18%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403F48 (or 0x403F48) is known color: Payne's Grey. HEX triplet: 40, 3F and 48. RGB value is (64,63,72). Sum of RGB (Red+Green+Blue) = 64+63+72=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: blue. Hex color #403F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F48 is #BFC0B7. Grayscale: #404040. Windows color (decimal): -12566712 or 4734784. OLE color: 4734784.

HSL color Cylindrical-coordinate representation of color #403F48: hue angle of 246.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #403F48 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 63 72 -
CMYK 0.11 0.12 0 0.72
HSL 246.67º 0.07% 0.26% -
HSV(B) 246.67º 0.13% 0.28% -
XYZ 5.06 5.11 6.85 -
YUV 64.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 64 63 72 0.11 0.12 0 0.72 246.67 0.07 0.26
Hex 40 3F 48 B C 0 48 F7 7 1A
Octal 100 77 110 13 14 0 110 367 7 32
Binary 1000000 111111 1001000 1011 1100 0 1001000 11110111 111 11010

Color Harmonies of #403F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F48

Black with #403F48

Text Example


Text Example

White with #403F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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