Html Css Color HEX #49414D Bossanova

📋 copy color: '#49414D'

red 73 ◦ green 65 ◦ blue 77

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

Shades of Bossanova #49414D

Tints of Bossanova #49414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

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

R = 33.95%
G = 30.23%
B = 35.81%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49414D (or 0x49414D) is known color: Bossanova. HEX triplet: 49, 41 and 4D. RGB value is (73,65,77). Sum of RGB (Red+Green+Blue) = 73+65+77=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #49414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49414D is #B6BEB2. Grayscale: #444444. Windows color (decimal): -11976371 or 5062985. OLE color: 5062985.

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

Color convert

RGB 73 65 77 -
CMYK 0.05 0.16 0 0.70
HSL 280º 0.08% 0.28% -
HSV(B) 280º 0.16% 0.3% -
XYZ 5.98 5.73 7.81 -
YUV 68.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 73 65 77 0.05 0.16 0 0.70 280 0.08 0.28
Hex 49 41 4D 5 10 0 46 118 8 1C
Octal 111 101 115 5 20 0 106 430 10 34
Binary 1001001 1000001 1001101 101 10000 0 1000110 100011000 1000 11100

Color Harmonies of #49414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49414D

Black with #49414D

Text Example


Text Example

White with #49414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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