Html Css Color HEX #49404D Bossanova

📋 copy color: '#49404D'

red 73 ◦ green 64 ◦ blue 77

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

Shades of Bossanova #49404D

Tints of Bossanova #49404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.91%

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

R = 34.11%
G = 29.91%
B = 35.98%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49404D (or 0x49404D) is known color: Bossanova. HEX triplet: 49, 40 and 4D. RGB value is (73,64,77). Sum of RGB (Red+Green+Blue) = 73+64+77=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #49404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49404D is #B6BFB2. Grayscale: #444444. Windows color (decimal): -11976627 or 5062729. OLE color: 5062729.

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

Color convert

RGB 73 64 77 -
CMYK 0.05 0.17 0 0.70
HSL 281.54º 0.09% 0.28% -
HSV(B) 281.54º 0.17% 0.3% -
XYZ 5.92 5.62 7.79 -
YUV 68.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 73 64 77 0.05 0.17 0 0.70 281.54 0.09 0.28
Hex 49 40 4D 5 11 0 46 11A 9 1C
Octal 111 100 115 5 21 0 106 432 11 34
Binary 1001001 1000000 1001101 101 10001 0 1000110 100011010 1001 11100

Color Harmonies of #49404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49404D

Black with #49404D

Text Example


Text Example

White with #49404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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