#4D4052

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

Shades of Bossanova #4D4052

Tints of Bossanova #4D4052

Color information

#4D4052 (or 0x4D4052) is unknown color: approx Bossanova. HEX triplet: 4D, 40 and 52. RGB value is (77,64,82). Sum of RGB (Red+Green+Blue) = 77+64+82=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D4052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4052 is #B2BFAD. Grayscale: #454545. Windows color (decimal): -11714478 or 5390413. OLE color: 5390413.

HSL color Cylindrical-coordinate representation of color #4D4052: hue angle of 283.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D4052 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB776482-
CMYK0.060.2200.68
HSL283.33º12.33%28.63%-
HSV(B)283.33º21.95%32.16%-
XYZ6.425.858.77-
YUV69.94134.81133.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.53%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=34.53%
G=28.70%
B=36.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7764820.060.2200.68283.3312.3328.63
Hex4D405261604411bc1d
Octal11510012262601044331435
Binary1001101100000010100101101011001000100100011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,64,82); }

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

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

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

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

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

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

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