Html Css Color HEX #493949 Bossanova

📋 copy color: '#493949'

red 73 ◦ green 57 ◦ blue 73

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

Shades of Bossanova #493949

Tints of Bossanova #493949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.08%

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

R = 35.96%
G = 28.08%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#493949 (or 0x493949) is known color: Bossanova. HEX triplet: 49, 39 and 49. RGB value is (73,57,73). Sum of RGB (Red+Green+Blue) = 73+57+73=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #493949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493949 is #B6C6B6. Grayscale: #3F3F3F. Windows color (decimal): -11978423 or 4798793. OLE color: 4798793.

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

Color convert

RGB 73 57 73 -
CMYK 0 0.22 0 0.71
HSL 300º 0.12% 0.25% -
HSV(B) 300º 0.22% 0.29% -
XYZ 5.41 4.82 6.95 -
YUV 63.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 73 57 73 0 0.22 0 0.71 300 0.12 0.25
Hex 49 39 49 0 16 0 47 12C C 19
Octal 111 71 111 0 26 0 107 454 14 31
Binary 1001001 111001 1001001 0 10110 0 1000111 100101100 1100 11001

Color Harmonies of #493949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493949

Black with #493949

Text Example


Text Example

White with #493949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493949; }

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

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

background-color css

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

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

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

border-color css

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

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

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