Html Css Color HEX #49394F Bossanova

📋 copy color: '#49394F'

red 73 ◦ green 57 ◦ blue 79

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

Shades of Bossanova #49394F

Tints of Bossanova #49394F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.8%

R = 34.93%
G = 27.27%
B = 37.8%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49394F (or 0x49394F) is known color: Bossanova. HEX triplet: 49, 39 and 4F. RGB value is (73,57,79). Sum of RGB (Red+Green+Blue) = 73+57+79=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #49394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49394F is #B6C6B0. Grayscale: #404040. Windows color (decimal): -11978417 or 5192009. OLE color: 5192009.

HSL color Cylindrical-coordinate representation of color #49394F: hue angle of 283.64º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49394F is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 57 79 -
CMYK 0.08 0.28 0 0.69
HSL 283.64º 0.16% 0.27% -
HSV(B) 283.64º 0.28% 0.31% -
XYZ 5.62 4.91 8.05 -
YUV 64.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 73 57 79 0.08 0.28 0 0.69 283.64 0.16 0.27
Hex 49 39 4F 8 1C 0 45 11C 10 1B
Octal 111 71 117 10 34 0 105 434 20 33
Binary 1001001 111001 1001111 1000 11100 0 1000101 100011100 10000 11011

Color Harmonies of #49394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49394F

Black with #49394F

Text Example


Text Example

White with #49394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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