Html Css Color HEX #403F4B Payne's Grey

📋 copy color: '#403F4B'

red 64 ◦ green 63 ◦ blue 75

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

Shades of Payne's Grey #403F4B

Tints of Payne's Grey #403F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 31.68%
G = 31.19%
B = 37.13%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#403F4B (or 0x403F4B) is known color: Payne's Grey. HEX triplet: 40, 3F and 4B. RGB value is (64,63,75). Sum of RGB (Red+Green+Blue) = 64+63+75=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #403F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F4B is #BFC0B4. Grayscale: #404040. Windows color (decimal): -12566709 or 4931392. OLE color: 4931392.

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

Color convert

RGB 64 63 75 -
CMYK 0.15 0.16 0 0.71
HSL 245º 0.09% 0.27% -
HSV(B) 245º 0.16% 0.29% -
XYZ 5.16 5.15 7.38 -
YUV 64.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 64 63 75 0.15 0.16 0 0.71 245 0.09 0.27
Hex 40 3F 4B F 10 0 47 F5 9 1B
Octal 100 77 113 17 20 0 107 365 11 33
Binary 1000000 111111 1001011 1111 10000 0 1000111 11110101 1001 11011

Color Harmonies of #403F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F4B

Black with #403F4B

Text Example


Text Example

White with #403F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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