#4D494D

Color #4D494D Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #4D494D

Tints of Bossanova #4D494D

Color information

#4D494D (or 0x4D494D) is unknown color: approx Bossanova. HEX triplet: 4D, 49 and 4D. RGB value is (77,73,77). Sum of RGB (Red+Green+Blue) = 77+73+77=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D494D is #B2B6B2. Grayscale: #4A4A4A. Windows color (decimal): -11712179 or 5065037. OLE color: 5065037.

HSL color Cylindrical-coordinate representation of color #4D494D: hue angle of 300º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4D494D is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB777377-
CMYK00.0500.70
HSL300º2.67%29.41%-
HSV(B)300º5.19%30.2%-
XYZ6.786.887.99-
YUV74.65129.33129.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.92%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=33.92%
G=32.16%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77737700.0500.703002.6729.41
Hex4D494D0504612c31d
Octal115111115050106454335
Binary1001101100100110011010101010001101001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D494D; }

 p { color: rgb(77,73,77); }

 H1.HeaderClassName
 {
   color: #4D494D;
 }
 .AnyTagClassName
 {
   color: #4D494D;
 }
</style>
background-color css

<style>
 a { background-color: #4D494D; }

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

 div.DivClassName
 {
   background-color: #4D494D;
 }
 .BgClassName
 {
   background-color: #4D494D;
 }
</style>
border-color css

<style>
 span { border-color: #4D494D; }

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

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