Html Css Color HEX #463546 Fuscous Grey

📋 copy color: '#463546'

red 70 ◦ green 53 ◦ blue 70

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

Shades of Fuscous Grey #463546

Tints of Fuscous Grey #463546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.46%

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

R = 36.27%
G = 27.46%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#463546 (or 0x463546) is known color: Fuscous Grey. HEX triplet: 46, 35 and 46. RGB value is (70,53,70). Sum of RGB (Red+Green+Blue) = 70+53+70=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #463546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463546 is #B9CAB9. Grayscale: #3B3B3B. Windows color (decimal): -12176058 or 4601158. OLE color: 4601158.

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

Color convert

RGB 70 53 70 -
CMYK 0 0.24 0 0.73
HSL 300º 0.14% 0.24% -
HSV(B) 300º 0.24% 0.27% -
XYZ 4.9 4.29 6.36 -
YUV 60.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 70 53 70 0 0.24 0 0.73 300 0.14 0.24
Hex 46 35 46 0 18 0 49 12C E 18
Octal 106 65 106 0 30 0 111 454 16 30
Binary 1000110 110101 1000110 0 11000 0 1001001 100101100 1110 11000

Color Harmonies of #463546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463546

Black with #463546

Text Example


Text Example

White with #463546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463546; }

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

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

background-color css

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

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

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

border-color css

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

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

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