Html Css Color HEX #49354C Bossanova

📋 copy color: '#49354C'

red 73 ◦ green 53 ◦ blue 76

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

Shades of Bossanova #49354C

Tints of Bossanova #49354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

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

R = 36.14%
G = 26.24%
B = 37.62%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49354C (or 0x49354C) is known color: Bossanova. HEX triplet: 49, 35 and 4C. RGB value is (73,53,76). Sum of RGB (Red+Green+Blue) = 73+53+76=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 76 - color contains mainly: blue. Hex color #49354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49354C is #B6CAB3. Grayscale: #3D3D3D. Windows color (decimal): -11979444 or 4994377. OLE color: 4994377.

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

Color convert

RGB 73 53 76 -
CMYK 0.04 0.30 0 0.70
HSL 292.17º 0.18% 0.25% -
HSV(B) 292.17º 0.3% 0.3% -
XYZ 5.33 4.48 7.42 -
YUV 61.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 73 53 76 0.04 0.30 0 0.70 292.17 0.18 0.25
Hex 49 35 4C 4 1E 0 46 124 12 19
Octal 111 65 114 4 36 0 106 444 22 31
Binary 1001001 110101 1001100 100 11110 0 1000110 100100100 10010 11001

Color Harmonies of #49354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49354C

Black with #49354C

Text Example


Text Example

White with #49354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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