Html Css Color HEX #49374E Bossanova

📋 copy color: '#49374E'

red 73 ◦ green 55 ◦ blue 78

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

Shades of Bossanova #49374E

Tints of Bossanova #49374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.86%

R = 35.44%
G = 26.7%
B = 37.86%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49374E (or 0x49374E) is known color: Bossanova. HEX triplet: 49, 37 and 4E. RGB value is (73,55,78). Sum of RGB (Red+Green+Blue) = 73+55+78=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 78 - color contains mainly: blue. Hex color #49374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49374E is #B6C8B1. Grayscale: #3E3E3E. Windows color (decimal): -11978930 or 5125961. OLE color: 5125961.

HSL color Cylindrical-coordinate representation of color #49374E: hue angle of 286.96º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49374E is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 55 78 -
CMYK 0.06 0.29 0 0.69
HSL 286.96º 0.17% 0.26% -
HSV(B) 286.96º 0.29% 0.31% -
XYZ 5.49 4.7 7.83 -
YUV 63 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 73 55 78 0.06 0.29 0 0.69 286.96 0.17 0.26
Hex 49 37 4E 6 1D 0 45 11F 11 1A
Octal 111 67 116 6 35 0 105 437 21 32
Binary 1001001 110111 1001110 110 11101 0 1000101 100011111 10001 11010

Color Harmonies of #49374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49374E

Black with #49374E

Text Example


Text Example

White with #49374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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