Html Css Color HEX #49404B Bossanova

📋 copy color: '#49404B'

red 73 ◦ green 64 ◦ blue 75

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

Shades of Bossanova #49404B

Tints of Bossanova #49404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

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

R = 34.43%
G = 30.19%
B = 35.38%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49404B (or 0x49404B) is known color: Bossanova. HEX triplet: 49, 40 and 4B. RGB value is (73,64,75). Sum of RGB (Red+Green+Blue) = 73+64+75=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 75 - color contains mainly: blue. Hex color #49404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49404B is #B6BFB4. Grayscale: #434343. Windows color (decimal): -11976629 or 4931657. OLE color: 4931657.

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

Color convert

RGB 73 64 75 -
CMYK 0.03 0.15 0 0.71
HSL 289.09º 0.08% 0.27% -
HSV(B) 289.09º 0.15% 0.29% -
XYZ 5.85 5.59 7.43 -
YUV 67.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 73 64 75 0.03 0.15 0 0.71 289.09 0.08 0.27
Hex 49 40 4B 3 F 0 47 121 8 1B
Octal 111 100 113 3 17 0 107 441 10 33
Binary 1001001 1000000 1001011 11 1111 0 1000111 100100001 1000 11011

Color Harmonies of #49404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49404B

Black with #49404B

Text Example


Text Example

White with #49404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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