Html Css Color HEX #49444C Bossanova

📋 copy color: '#49444C'

red 73 ◦ green 68 ◦ blue 76

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

Shades of Bossanova #49444C

Tints of Bossanova #49444C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 33.64%
G = 31.34%
B = 35.02%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49444C (or 0x49444C) is known color: Bossanova. HEX triplet: 49, 44 and 4C. RGB value is (73,68,76). Sum of RGB (Red+Green+Blue) = 73+68+76=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 76 - color contains mainly: blue. Hex color #49444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49444C is #B6BBB3. Grayscale: #464646. Windows color (decimal): -11975604 or 4998217. OLE color: 4998217.

HSL color Cylindrical-coordinate representation of color #49444C: hue angle of 277.5º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #49444C is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 68 76 -
CMYK 0.04 0.11 0 0.70
HSL 277.5º 0.06% 0.28% -
HSV(B) 277.5º 0.11% 0.3% -
XYZ 6.12 6.07 7.69 -
YUV 70.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 73 68 76 0.04 0.11 0 0.70 277.5 0.06 0.28
Hex 49 44 4C 4 B 0 46 116 6 1C
Octal 111 104 114 4 13 0 106 426 6 34
Binary 1001001 1000100 1001100 100 1011 0 1000110 100010110 110 11100

Color Harmonies of #49444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49444C

Black with #49444C

Text Example


Text Example

White with #49444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49444C; }

 p { color: rgb(73,68,76); }

 H1.HeaderClassName
 {
   color: #49444C;
 }
 .AnyTagClassName
 {
   color: #49444C;
 }
</style>

background-color css

<style>
 a { background-color: #49444C; }

 a { background-color: rgb(73,68,76); }

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

border-color css

<style>
 span { border-color: #49444C; }

 span { border-color: rgb(73,68,76); }

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