#4E3A55

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

Shades of Bossanova #4E3A55

Tints of Bossanova #4E3A55

Color information

#4E3A55 (or 0x4E3A55) is unknown color: approx Bossanova. HEX triplet: 4E, 3A and 55. RGB value is (78,58,85). Sum of RGB (Red+Green+Blue) = 78+58+85=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E3A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3A55 is #B1C5AA. Grayscale: #424242. Windows color (decimal): -11650475 or 5585486. OLE color: 5585486.

HSL color Cylindrical-coordinate representation of color #4E3A55: hue angle of 284.44º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E3A55 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB785885-
CMYK0.080.3200.67
HSL284.44º18.88%28.04%-
HSV(B)284.44º31.76%33.33%-
XYZ6.295.39.29-
YUV67.06138.13135.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.29%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=35.29%
G=26.24%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7858850.080.3200.67284.4418.8828.04
Hex4E3A5582004311c131c
Octal11672125104001034342334
Binary100111011101010101011000100000010000111000111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,58,85); }

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

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

 a { background-color: rgb(78,58,85); }

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

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

 span { border-color: rgb(78,58,85); }

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