#403F4B

Color #403F4B Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #403F4B

Tints of Payne's Grey #403F4B

Color information

#403F4B (or 0x403F4B) is unknown color: approx 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

RGB646375-
CMYK0.150.1600.71
HSL245º8.7%27.06%-
HSV(B)245º16%29.41%-
XYZ5.165.157.38-
YUV64.67133.83127.52-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6463750.150.1600.712458.727.06
Hex403F4BF10047f591b
Octal10077113172001073651133
Binary100000011111110010111111100000100011111110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>