Html Css Color HEX #49384F Bossanova

📋 copy color: '#49384F'

red 73 ◦ green 56 ◦ blue 79

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

Shades of Bossanova #49384F

Tints of Bossanova #49384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

 BLUE value IS 79 (31.25% from 255) = 37.98%

R = 35.1%
G = 26.92%
B = 37.98%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49384F (or 0x49384F) is known color: Bossanova. HEX triplet: 49, 38 and 4F. RGB value is (73,56,79). Sum of RGB (Red+Green+Blue) = 73+56+79=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 79 - color contains mainly: blue. Hex color #49384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49384F is #B6C7B0. Grayscale: #3F3F3F. Windows color (decimal): -11978673 or 5191753. OLE color: 5191753.

HSL color Cylindrical-coordinate representation of color #49384F: hue angle of 284.35º 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 #49384F is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 56 79 -
CMYK 0.08 0.29 0 0.69
HSL 284.35º 0.17% 0.26% -
HSV(B) 284.35º 0.29% 0.31% -
XYZ 5.57 4.81 8.03 -
YUV 63.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 73 56 79 0.08 0.29 0 0.69 284.35 0.17 0.26
Hex 49 38 4F 8 1D 0 45 11C 11 1A
Octal 111 70 117 10 35 0 105 434 21 32
Binary 1001001 111000 1001111 1000 11101 0 1000101 100011100 10001 11010

Color Harmonies of #49384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49384F

Black with #49384F

Text Example


Text Example

White with #49384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49384F; }

 p { color: rgb(73,56,79); }

 H1.HeaderClassName
 {
   color: #49384F;
 }
 .AnyTagClassName
 {
   color: #49384F;
 }
</style>

background-color css

<style>
 a { background-color: #49384F; }

 a { background-color: rgb(73,56,79); }

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

border-color css

<style>
 span { border-color: #49384F; }

 span { border-color: rgb(73,56,79); }

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