Html Css Color HEX #49394B Bossanova

📋 copy color: '#49394B'

red 73 ◦ green 57 ◦ blue 75

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

Shades of Bossanova #49394B

Tints of Bossanova #49394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

 BLUE value IS 75 (29.69% from 255) = 36.59%

R = 35.61%
G = 27.8%
B = 36.59%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49394B (or 0x49394B) is known color: Bossanova. HEX triplet: 49, 39 and 4B. RGB value is (73,57,75). Sum of RGB (Red+Green+Blue) = 73+57+75=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 75 - color contains mainly: blue. Hex color #49394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49394B is #B6C6B4. Grayscale: #3F3F3F. Windows color (decimal): -11978421 or 4929865. OLE color: 4929865.

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

Color convert

RGB 73 57 75 -
CMYK 0.03 0.24 0 0.71
HSL 293.33º 0.14% 0.26% -
HSV(B) 293.33º 0.24% 0.29% -
XYZ 5.48 4.85 7.3 -
YUV 63.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 73 57 75 0.03 0.24 0 0.71 293.33 0.14 0.26
Hex 49 39 4B 3 18 0 47 125 E 1A
Octal 111 71 113 3 30 0 107 445 16 32
Binary 1001001 111001 1001011 11 11000 0 1000111 100100101 1110 11010

Color Harmonies of #49394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49394B

Black with #49394B

Text Example


Text Example

White with #49394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49394B; }

 p { color: rgb(73,57,75); }

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

background-color css

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

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

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

border-color css

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

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

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