#4D4150

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

Shades of Bossanova #4D4150

Tints of Bossanova #4D4150

Color information

#4D4150 (or 0x4D4150) is unknown color: approx Bossanova. HEX triplet: 4D, 41 and 50. RGB value is (77,65,80). Sum of RGB (Red+Green+Blue) = 77+65+80=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D4150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4150 is #B2BEAF. Grayscale: #464646. Windows color (decimal): -11714224 or 5259597. OLE color: 5259597.

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

Color convert

RGB776580-
CMYK0.040.1900.69
HSL288º10.34%28.43%-
HSV(B)288º18.75%31.37%-
XYZ6.45.948.4-
YUV70.3133.48132.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.68%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=34.68%
G=29.28%
B=36.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7765800.040.1900.6928810.3428.43
Hex4D4150413045120a1c
Octal11510112042301054401234
Binary1001101100000110100001001001101000101100100000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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