Html Css Color HEX #493F49 Bossanova

📋 copy color: '#493F49'

red 73 ◦ green 63 ◦ blue 73

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

Shades of Bossanova #493F49

Tints of Bossanova #493F49

RGB

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

 GREEN value IS 63 (25% from 255) = 30.14%

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

R = 34.93%
G = 30.14%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#493F49 (or 0x493F49) is known color: Bossanova. HEX triplet: 49, 3F and 49. RGB value is (73,63,73). Sum of RGB (Red+Green+Blue) = 73+63+73=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #493F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F49 is #B6C0B6. Grayscale: #434343. Windows color (decimal): -11976887 or 4800329. OLE color: 4800329.

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

Color convert

RGB 73 63 73 -
CMYK 0 0.14 0 0.71
HSL 300º 0.07% 0.27% -
HSV(B) 300º 0.14% 0.29% -
XYZ 5.73 5.45 7.05 -
YUV 67.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 73 63 73 0 0.14 0 0.71 300 0.07 0.27
Hex 49 3F 49 0 E 0 47 12C 7 1B
Octal 111 77 111 0 16 0 107 454 7 33
Binary 1001001 111111 1001001 0 1110 0 1000111 100101100 111 11011

Color Harmonies of #493F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F49

Black with #493F49

Text Example


Text Example

White with #493F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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