Html Css Color HEX #493349 Bossanova

📋 copy color: '#493349'

red 73 ◦ green 51 ◦ blue 73

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

Shades of Bossanova #493349

Tints of Bossanova #493349

RGB

 RED value IS 73 (28.91% from 255) = 37.06%

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

 BLUE value IS 73 (28.91% from 255) = 37.06%

R = 37.06%
G = 25.89%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#493349 (or 0x493349) is known color: Bossanova. HEX triplet: 49, 33 and 49. RGB value is (73,51,73). Sum of RGB (Red+Green+Blue) = 73+51+73=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #493349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493349 is #B6CCB6. Grayscale: #3C3C3C. Windows color (decimal): -11979959 or 4797257. OLE color: 4797257.

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

Color convert

RGB 73 51 73 -
CMYK 0 0.30 0 0.71
HSL 300º 0.18% 0.24% -
HSV(B) 300º 0.3% 0.29% -
XYZ 5.13 4.27 6.86 -
YUV 60.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 73 51 73 0 0.30 0 0.71 300 0.18 0.24
Hex 49 33 49 0 1E 0 47 12C 12 18
Octal 111 63 111 0 36 0 107 454 22 30
Binary 1001001 110011 1001001 0 11110 0 1000111 100101100 10010 11000

Color Harmonies of #493349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493349

Black with #493349

Text Example


Text Example

White with #493349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493349; }

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

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

background-color css

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

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

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

border-color css

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

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

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