#4D344D

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

Shades of Bossanova #4D344D

Tints of Bossanova #4D344D

Color information

#4D344D (or 0x4D344D) is unknown color: approx Bossanova. HEX triplet: 4D, 34 and 4D. RGB value is (77,52,77). Sum of RGB (Red+Green+Blue) = 77+52+77=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D344D is #B2CBB2. Grayscale: #3E3E3E. Windows color (decimal): -11717555 or 5059661. OLE color: 5059661.

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

Color convert

RGB775277-
CMYK00.3200.70
HSL300º19.38%25.29%-
HSV(B)300º32.47%30.2%-
XYZ5.634.577.61-
YUV62.32136.28138.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.38%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=37.38%
G=25.24%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77527700.3200.7030019.3825.29
Hex4D344D02004612c1319
Octal1156411504001064542331
Binary100110111010010011010100000010001101001011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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