Html Css Color HEX #493D49 Bossanova

📋 copy color: '#493D49'

red 73 ◦ green 61 ◦ blue 73

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

Shades of Bossanova #493D49

Tints of Bossanova #493D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.47%

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

R = 35.27%
G = 29.47%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#493D49 (or 0x493D49) is known color: Bossanova. HEX triplet: 49, 3D and 49. RGB value is (73,61,73). Sum of RGB (Red+Green+Blue) = 73+61+73=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #493D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D49 is #B6C2B6. Grayscale: #414141. Windows color (decimal): -11977399 or 4799817. OLE color: 4799817.

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

Color convert

RGB 73 61 73 -
CMYK 0 0.16 0 0.71
HSL 300º 0.09% 0.26% -
HSV(B) 300º 0.16% 0.29% -
XYZ 5.62 5.23 7.02 -
YUV 65.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 73 61 73 0 0.16 0 0.71 300 0.09 0.26
Hex 49 3D 49 0 10 0 47 12C 9 1A
Octal 111 75 111 0 20 0 107 454 11 32
Binary 1001001 111101 1001001 0 10000 0 1000111 100101100 1001 11010

Color Harmonies of #493D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D49

Black with #493D49

Text Example


Text Example

White with #493D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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