Html Css Color HEX #49364D Bossanova

📋 copy color: '#49364D'

red 73 ◦ green 54 ◦ blue 77

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

Shades of Bossanova #49364D

Tints of Bossanova #49364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.47%

 BLUE value IS 77 (30.47% from 255) = 37.75%

R = 35.78%
G = 26.47%
B = 37.75%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49364D (or 0x49364D) is known color: Bossanova. HEX triplet: 49, 36 and 4D. RGB value is (73,54,77). Sum of RGB (Red+Green+Blue) = 73+54+77=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #49364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49364D is #B6C9B2. Grayscale: #3E3E3E. Windows color (decimal): -11979187 or 5060169. OLE color: 5060169.

HSL color Cylindrical-coordinate representation of color #49364D: hue angle of 289.57º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49364D is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 54 77 -
CMYK 0.05 0.30 0 0.70
HSL 289.57º 0.18% 0.26% -
HSV(B) 289.57º 0.3% 0.3% -
XYZ 5.41 4.59 7.62 -
YUV 62.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 73 54 77 0.05 0.30 0 0.70 289.57 0.18 0.26
Hex 49 36 4D 5 1E 0 46 122 12 1A
Octal 111 66 115 5 36 0 106 442 22 32
Binary 1001001 110110 1001101 101 11110 0 1000110 100100010 10010 11010

Color Harmonies of #49364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49364D

Black with #49364D

Text Example


Text Example

White with #49364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49364D; }

 p { color: rgb(73,54,77); }

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

background-color css

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

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

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

border-color css

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

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

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