Html Css Color HEX #49334B Bossanova

📋 copy color: '#49334B'

red 73 ◦ green 51 ◦ blue 75

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

Shades of Bossanova #49334B

Tints of Bossanova #49334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

 BLUE value IS 75 (29.69% from 255) = 37.69%

R = 36.68%
G = 25.63%
B = 37.69%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49334B (or 0x49334B) is known color: Bossanova. HEX triplet: 49, 33 and 4B. RGB value is (73,51,75). Sum of RGB (Red+Green+Blue) = 73+51+75=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: blue. Hex color #49334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49334B is #B6CCB4. Grayscale: #3C3C3C. Windows color (decimal): -11979957 or 4928329. OLE color: 4928329.

HSL color Cylindrical-coordinate representation of color #49334B: hue angle of 295º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49334B is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 51 75 -
CMYK 0.03 0.32 0 0.71
HSL 295º 0.19% 0.25% -
HSV(B) 295º 0.32% 0.29% -
XYZ 5.2 4.29 7.21 -
YUV 60.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 73 51 75 0.03 0.32 0 0.71 295 0.19 0.25
Hex 49 33 4B 3 20 0 47 127 13 19
Octal 111 63 113 3 40 0 107 447 23 31
Binary 1001001 110011 1001011 11 100000 0 1000111 100100111 10011 11001

Color Harmonies of #49334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49334B

Black with #49334B

Text Example


Text Example

White with #49334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49334B; }

 p { color: rgb(73,51,75); }

 H1.HeaderClassName
 {
   color: #49334B;
 }
 .AnyTagClassName
 {
   color: #49334B;
 }
</style>

background-color css

<style>
 a { background-color: #49334B; }

 a { background-color: rgb(73,51,75); }

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

border-color css

<style>
 span { border-color: #49334B; }

 span { border-color: rgb(73,51,75); }

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