Html Css Color HEX #493249 Bossanova

📋 copy color: '#493249'

red 73 ◦ green 50 ◦ blue 73

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

Shades of Bossanova #493249

Tints of Bossanova #493249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 37.24%
G = 25.51%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#493249 (or 0x493249) is known color: Bossanova. HEX triplet: 49, 32 and 49. RGB value is (73,50,73). Sum of RGB (Red+Green+Blue) = 73+50+73=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #493249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493249 is #B6CDB6. Grayscale: #3B3B3B. Windows color (decimal): -11980215 or 4797001. OLE color: 4797001.

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

Color convert

RGB 73 50 73 -
CMYK 0 0.32 0 0.71
HSL 300º 0.19% 0.24% -
HSV(B) 300º 0.32% 0.29% -
XYZ 5.09 4.18 6.84 -
YUV 59.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 73 50 73 0 0.32 0 0.71 300 0.19 0.24
Hex 49 32 49 0 20 0 47 12C 13 18
Octal 111 62 111 0 40 0 107 454 23 30
Binary 1001001 110010 1001001 0 100000 0 1000111 100101100 10011 11000

Color Harmonies of #493249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493249

Black with #493249

Text Example


Text Example

White with #493249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493249; }

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

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

background-color css

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

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

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

border-color css

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

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

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