Html Css Color HEX #493849 Bossanova

📋 copy color: '#493849'

red 73 ◦ green 56 ◦ blue 73

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

Shades of Bossanova #493849

Tints of Bossanova #493849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.72%

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

R = 36.14%
G = 27.72%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#493849 (or 0x493849) is known color: Bossanova. HEX triplet: 49, 38 and 49. RGB value is (73,56,73). Sum of RGB (Red+Green+Blue) = 73+56+73=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #493849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493849 is #B6C7B6. Grayscale: #3E3E3E. Windows color (decimal): -11978679 or 4798537. OLE color: 4798537.

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

Color convert

RGB 73 56 73 -
CMYK 0 0.23 0 0.71
HSL 300º 0.13% 0.25% -
HSV(B) 300º 0.23% 0.29% -
XYZ 5.36 4.73 6.93 -
YUV 63.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 73 56 73 0 0.23 0 0.71 300 0.13 0.25
Hex 49 38 49 0 17 0 47 12C D 19
Octal 111 70 111 0 27 0 107 454 15 31
Binary 1001001 111000 1001001 0 10111 0 1000111 100101100 1101 11001

Color Harmonies of #493849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493849

Black with #493849

Text Example


Text Example

White with #493849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493849; }

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

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

background-color css

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

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

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

border-color css

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

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

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