Html Css Color HEX #49374B Bossanova

📋 copy color: '#49374B'

red 73 ◦ green 55 ◦ blue 75

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

Shades of Bossanova #49374B

Tints of Bossanova #49374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

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

R = 35.96%
G = 27.09%
B = 36.95%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49374B (or 0x49374B) is known color: Bossanova. HEX triplet: 49, 37 and 4B. RGB value is (73,55,75). Sum of RGB (Red+Green+Blue) = 73+55+75=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #49374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49374B is #B6C8B4. Grayscale: #3E3E3E. Windows color (decimal): -11978933 or 4929353. OLE color: 4929353.

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

Color convert

RGB 73 55 75 -
CMYK 0.03 0.27 0 0.71
HSL 294º 0.15% 0.25% -
HSV(B) 294º 0.27% 0.29% -
XYZ 5.38 4.66 7.27 -
YUV 62.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 73 55 75 0.03 0.27 0 0.71 294 0.15 0.25
Hex 49 37 4B 3 1B 0 47 126 F 19
Octal 111 67 113 3 33 0 107 446 17 31
Binary 1001001 110111 1001011 11 11011 0 1000111 100100110 1111 11001

Color Harmonies of #49374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49374B

Black with #49374B

Text Example


Text Example

White with #49374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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