Html Css Color HEX #49354B Bossanova

📋 copy color: '#49354B'

red 73 ◦ green 53 ◦ blue 75

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

Shades of Bossanova #49354B

Tints of Bossanova #49354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

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

R = 36.32%
G = 26.37%
B = 37.31%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49354B (or 0x49354B) is known color: Bossanova. HEX triplet: 49, 35 and 4B. RGB value is (73,53,75). Sum of RGB (Red+Green+Blue) = 73+53+75=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 75 - color contains mainly: blue. Hex color #49354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49354B is #B6CAB4. Grayscale: #3D3D3D. Windows color (decimal): -11979445 or 4928841. OLE color: 4928841.

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

Color convert

RGB 73 53 75 -
CMYK 0.03 0.29 0 0.71
HSL 294.55º 0.17% 0.25% -
HSV(B) 294.55º 0.29% 0.29% -
XYZ 5.29 4.47 7.24 -
YUV 61.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 73 53 75 0.03 0.29 0 0.71 294.55 0.17 0.25
Hex 49 35 4B 3 1D 0 47 127 11 19
Octal 111 65 113 3 35 0 107 447 21 31
Binary 1001001 110101 1001011 11 11101 0 1000111 100100111 10001 11001

Color Harmonies of #49354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49354B

Black with #49354B

Text Example


Text Example

White with #49354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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