Html Css Color HEX #49384D Bossanova

📋 copy color: '#49384D'

red 73 ◦ green 56 ◦ blue 77

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

Shades of Bossanova #49384D

Tints of Bossanova #49384D

RGB

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

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

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

R = 35.44%
G = 27.18%
B = 37.38%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49384D (or 0x49384D) is known color: Bossanova. HEX triplet: 49, 38 and 4D. RGB value is (73,56,77). Sum of RGB (Red+Green+Blue) = 73+56+77=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #49384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49384D is #B6C7B2. Grayscale: #3F3F3F. Windows color (decimal): -11978675 or 5060681. OLE color: 5060681.

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

Color convert

RGB 73 56 77 -
CMYK 0.05 0.27 0 0.70
HSL 288.57º 0.16% 0.26% -
HSV(B) 288.57º 0.27% 0.3% -
XYZ 5.5 4.78 7.65 -
YUV 63.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 73 56 77 0.05 0.27 0 0.70 288.57 0.16 0.26
Hex 49 38 4D 5 1B 0 46 121 10 1A
Octal 111 70 115 5 33 0 106 441 20 32
Binary 1001001 111000 1001101 101 11011 0 1000110 100100001 10000 11010

Color Harmonies of #49384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49384D

Black with #49384D

Text Example


Text Example

White with #49384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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