#4D354D

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

Shades of Bossanova #4D354D

Tints of Bossanova #4D354D

Color information

#4D354D (or 0x4D354D) is unknown color: approx Bossanova. HEX triplet: 4D, 35 and 4D. RGB value is (77,53,77). Sum of RGB (Red+Green+Blue) = 77+53+77=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D354D is #B2CAB2. Grayscale: #3E3E3E. Windows color (decimal): -11717299 or 5059917. OLE color: 5059917.

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

Color convert

RGB775377-
CMYK00.3100.70
HSL300º18.46%25.49%-
HSV(B)300º31.17%30.2%-
XYZ5.674.667.62-
YUV62.91135.95138.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.20%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=37.20%
G=25.60%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77537700.3100.7030018.4625.49
Hex4D354D01F04612c1219
Octal1156511503701064542231
Binary10011011101011001101011111010001101001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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