Html Css Color HEX #49434C Bossanova

📋 copy color: '#49434C'

red 73 ◦ green 67 ◦ blue 76

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

Shades of Bossanova #49434C

Tints of Bossanova #49434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.02%

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

R = 33.8%
G = 31.02%
B = 35.19%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49434C (or 0x49434C) is known color: Bossanova. HEX triplet: 49, 43 and 4C. RGB value is (73,67,76). Sum of RGB (Red+Green+Blue) = 73+67+76=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 76 - color contains mainly: blue. Hex color #49434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49434C is #B6BCB3. Grayscale: #454545. Windows color (decimal): -11975860 or 4997961. OLE color: 4997961.

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

Color convert

RGB 73 67 76 -
CMYK 0.04 0.12 0 0.70
HSL 280º 0.06% 0.28% -
HSV(B) 280º 0.12% 0.3% -
XYZ 6.06 5.95 7.67 -
YUV 69.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 73 67 76 0.04 0.12 0 0.70 280 0.06 0.28
Hex 49 43 4C 4 C 0 46 118 6 1C
Octal 111 103 114 4 14 0 106 430 6 34
Binary 1001001 1000011 1001100 100 1100 0 1000110 100011000 110 11100

Color Harmonies of #49434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49434C

Black with #49434C

Text Example


Text Example

White with #49434C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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