Html Css Color HEX #463B46 Fuscous Grey

📋 copy color: '#463B46'

red 70 ◦ green 59 ◦ blue 70

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

Shades of Fuscous Grey #463B46

Tints of Fuscous Grey #463B46

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.65%

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

R = 35.18%
G = 29.65%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#463B46 (or 0x463B46) is known color: Fuscous Grey. HEX triplet: 46, 3B and 46. RGB value is (70,59,70). Sum of RGB (Red+Green+Blue) = 70+59+70=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #463B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B46 is #B9C4B9. Grayscale: #3F3F3F. Windows color (decimal): -12174522 or 4602694. OLE color: 4602694.

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

Color convert

RGB 70 59 70 -
CMYK 0 0.16 0 0.73
HSL 300º 0.09% 0.25% -
HSV(B) 300º 0.16% 0.27% -
XYZ 5.2 4.87 6.46 -
YUV 63.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 70 59 70 0 0.16 0 0.73 300 0.09 0.25
Hex 46 3B 46 0 10 0 49 12C 9 19
Octal 106 73 106 0 20 0 111 454 11 31
Binary 1000110 111011 1000110 0 10000 0 1001001 100101100 1001 11001

Color Harmonies of #463B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B46

Black with #463B46

Text Example


Text Example

White with #463B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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