Html Css Color HEX #49344B Bossanova

📋 copy color: '#49344B'

red 73 ◦ green 52 ◦ blue 75

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

Shades of Bossanova #49344B

Tints of Bossanova #49344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

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

R = 36.5%
G = 26%
B = 37.5%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49344B (or 0x49344B) is known color: Bossanova. HEX triplet: 49, 34 and 4B. RGB value is (73,52,75). Sum of RGB (Red+Green+Blue) = 73+52+75=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 75 - color contains mainly: blue. Hex color #49344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49344B is #B6CBB4. Grayscale: #3C3C3C. Windows color (decimal): -11979701 or 4928585. OLE color: 4928585.

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

Color convert

RGB 73 52 75 -
CMYK 0.03 0.31 0 0.71
HSL 294.78º 0.18% 0.25% -
HSV(B) 294.78º 0.31% 0.29% -
XYZ 5.25 4.38 7.23 -
YUV 60.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 73 52 75 0.03 0.31 0 0.71 294.78 0.18 0.25
Hex 49 34 4B 3 1F 0 47 127 12 19
Octal 111 64 113 3 37 0 107 447 22 31
Binary 1001001 110100 1001011 11 11111 0 1000111 100100111 10010 11001

Color Harmonies of #49344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49344B

Black with #49344B

Text Example


Text Example

White with #49344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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