Html Css Color HEX #463446 Fuscous Grey

📋 copy color: '#463446'

red 70 ◦ green 52 ◦ blue 70

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

Shades of Fuscous Grey #463446

Tints of Fuscous Grey #463446

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#463446 (or 0x463446) is known color: 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

RGB 70 52 70 -
CMYK 0 0.26 0 0.73
HSL 300º 0.15% 0.24% -
HSV(B) 300º 0.26% 0.27% -
XYZ 4.86 4.2 6.35 -
YUV 59.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 70 52 70 0 0.26 0 0.73 300 0.15 0.24
Hex 46 34 46 0 1A 0 49 12C F 18
Octal 106 64 106 0 32 0 111 454 17 30
Binary 1000110 110100 1000110 0 11010 0 1001001 100101100 1111 11000

Color Harmonies of #463446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463446

Black with #463446

Text Example


Text Example

White with #463446

Text Example


Text Example

HTML Codes & Css Web 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>