Html Css Color HEX #463346 Fuscous Grey

📋 copy color: '#463346'

red 70 ◦ green 51 ◦ blue 70

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

Shades of Fuscous Grey #463346

Tints of Fuscous Grey #463346

RGB

 RED value IS 70 (27.73% from 255) = 36.65%

 GREEN value IS 51 (20.31% from 255) = 26.7%

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 36.65%
G = 26.7%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#463346 (or 0x463346) is known color: Fuscous Grey. HEX triplet: 46, 33 and 46. RGB value is (70,51,70). Sum of RGB (Red+Green+Blue) = 70+51+70=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #463346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463346 is #B9CCB9. Grayscale: #3A3A3A. Windows color (decimal): -12176570 or 4600646. OLE color: 4600646.

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

Color convert

RGB 70 51 70 -
CMYK 0 0.27 0 0.73
HSL 300º 0.16% 0.24% -
HSV(B) 300º 0.27% 0.27% -
XYZ 4.82 4.11 6.33 -
YUV 58.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 70 51 70 0 0.27 0 0.73 300 0.16 0.24
Hex 46 33 46 0 1B 0 49 12C 10 18
Octal 106 63 106 0 33 0 111 454 20 30
Binary 1000110 110011 1000110 0 11011 0 1001001 100101100 10000 11000

Color Harmonies of #463346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463346

Black with #463346

Text Example


Text Example

White with #463346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463346; }

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

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

background-color css

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

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

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

border-color css

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

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

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