#4D4650

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

Shades of Bossanova #4D4650

Tints of Bossanova #4D4650

Color information

#4D4650 (or 0x4D4650) is unknown color: approx Bossanova. HEX triplet: 4D, 46 and 50. RGB value is (77,70,80). Sum of RGB (Red+Green+Blue) = 77+70+80=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D4650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4650 is #B2B9AF. Grayscale: #494949. Windows color (decimal): -11712944 or 5260877. OLE color: 5260877.

HSL color Cylindrical-coordinate representation of color #4D4650: hue angle of 282º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D4650 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB777080-
CMYK0.040.1200.69
HSL282º6.67%29.41%-
HSV(B)282º12.5%31.37%-
XYZ6.76.548.5-
YUV73.23131.82130.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.92%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=33.92%
G=30.84%
B=35.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7770800.040.1200.692826.6729.41
Hex4D46504C04511a71d
Octal1151061204140105432735
Binary10011011000110101000010011000100010110001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,70,80); }

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

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

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

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

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

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

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