#4E3B52

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

Shades of Bossanova #4E3B52

Tints of Bossanova #4E3B52

Color information

#4E3B52 (or 0x4E3B52) is unknown color: approx Bossanova. HEX triplet: 4E, 3B and 52. RGB value is (78,59,82). Sum of RGB (Red+Green+Blue) = 78+59+82=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E3B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3B52 is #B1C4AD. Grayscale: #434343. Windows color (decimal): -11650222 or 5389134. OLE color: 5389134.

HSL color Cylindrical-coordinate representation of color #4E3B52: hue angle of 289.57º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E3B52 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB785982-
CMYK0.050.2800.68
HSL289.57º16.31%27.65%-
HSV(B)289.57º28.05%32.16%-
XYZ6.235.368.69-
YUV67.3136.29135.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.62%
GREEN value IS 59 (23.44% from 255) = 26.94%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=35.62%
G=26.94%
B=37.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7859820.050.2800.68289.5716.3127.65
Hex4E3B5251C044122101c
Octal1167312253401044422034
Binary1001110111011101001010111100010001001001000101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,59,82); }

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

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

 a { background-color: rgb(78,59,82); }

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

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

 span { border-color: rgb(78,59,82); }

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