#463446

Color #463446 Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #463446

Tints of Fuscous Grey #463446

Color information

#463446 (or 0x463446) is unknown color: approx Fuscous Grey. HEX triplet: 46, 34 and 46. RGB value is (70,52,70). Sum of RGB (Red+Green+Blue) = 70+52+70=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #463446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463446 is #B9CBB9. Grayscale: #3B3B3B. Windows color (decimal): -12176314 or 4600902. OLE color: 4600902.

HSL color Cylindrical-coordinate representation of color #463446: hue angle of 300º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #463446 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB705270-
CMYK00.2600.73
HSL300º14.75%23.92%-
HSV(B)300º25.71%27.45%-
XYZ4.864.26.35-
YUV59.43133.96135.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=36.46%
G=27.08%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70527000.2600.7330014.7523.92
Hex46344601A04912cf18
Octal1066410603201114541730
Binary1000110110100100011001101001001001100101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463446; }

 p { color: rgb(70,52,70); }

 H1.HeaderClassName
 {
   color: #463446;
 }
 .AnyTagClassName
 {
   color: #463446;
 }
</style>
background-color css

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

 a { background-color: rgb(70,52,70); }

 div.DivClassName
 {
   background-color: #463446;
 }
 .BgClassName
 {
   background-color: #463446;
 }
</style>
border-color css

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

 span { border-color: rgb(70,52,70); }

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