Html Css Color HEX #49374A Bossanova

📋 copy color: '#49374A'

red 73 ◦ green 55 ◦ blue 74

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

Shades of Bossanova #49374A

Tints of Bossanova #49374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.23%

 BLUE value IS 74 (29.3% from 255) = 36.63%

R = 36.14%
G = 27.23%
B = 36.63%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49374A (or 0x49374A) is known color: Bossanova. HEX triplet: 49, 37 and 4A. RGB value is (73,55,74). Sum of RGB (Red+Green+Blue) = 73+55+74=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 74 - color contains mainly: blue. Hex color #49374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49374A is #B6C8B5. Grayscale: #3E3E3E. Windows color (decimal): -11978934 or 4863817. OLE color: 4863817.

HSL color Cylindrical-coordinate representation of color #49374A: hue angle of 296.84º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49374A is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 55 74 -
CMYK 0.01 0.26 0 0.71
HSL 296.84º 0.15% 0.25% -
HSV(B) 296.84º 0.26% 0.29% -
XYZ 5.35 4.64 7.09 -
YUV 62.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 73 55 74 0.01 0.26 0 0.71 296.84 0.15 0.25
Hex 49 37 4A 1 1A 0 47 129 F 19
Octal 111 67 112 1 32 0 107 451 17 31
Binary 1001001 110111 1001010 1 11010 0 1000111 100101001 1111 11001

Color Harmonies of #49374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49374A

Black with #49374A

Text Example


Text Example

White with #49374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49374A; }

 p { color: rgb(73,55,74); }

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

background-color css

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

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

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

border-color css

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

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

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