Html Css Color HEX #49384B Bossanova

📋 copy color: '#49384B'

red 73 ◦ green 56 ◦ blue 75

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

Shades of Bossanova #49384B

Tints of Bossanova #49384B

RGB

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

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

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

R = 35.78%
G = 27.45%
B = 36.76%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49384B (or 0x49384B) is known color: Bossanova. HEX triplet: 49, 38 and 4B. RGB value is (73,56,75). Sum of RGB (Red+Green+Blue) = 73+56+75=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 75 - color contains mainly: blue. Hex color #49384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49384B is #B6C7B4. Grayscale: #3F3F3F. Windows color (decimal): -11978677 or 4929609. OLE color: 4929609.

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

Color convert

RGB 73 56 75 -
CMYK 0.03 0.25 0 0.71
HSL 293.68º 0.15% 0.26% -
HSV(B) 293.68º 0.25% 0.29% -
XYZ 5.43 4.75 7.29 -
YUV 63.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 73 56 75 0.03 0.25 0 0.71 293.68 0.15 0.26
Hex 49 38 4B 3 19 0 47 126 F 1A
Octal 111 70 113 3 31 0 107 446 17 32
Binary 1001001 111000 1001011 11 11001 0 1000111 100100110 1111 11010

Color Harmonies of #49384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49384B

Black with #49384B

Text Example


Text Example

White with #49384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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