#4E4154

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

Shades of Bossanova #4E4154

Tints of Bossanova #4E4154

Color information

#4E4154 (or 0x4E4154) is unknown color: approx Bossanova. HEX triplet: 4E, 41 and 54. RGB value is (78,65,84). Sum of RGB (Red+Green+Blue) = 78+65+84=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E4154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4154 is #B1BEAB. Grayscale: #464646. Windows color (decimal): -11648684 or 5521742. OLE color: 5521742.

HSL color Cylindrical-coordinate representation of color #4E4154: hue angle of 281.05º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E4154 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB786584-
CMYK0.070.2300.67
HSL281.05º12.75%29.22%-
HSV(B)281.05º22.62%32.94%-
XYZ6.636.049.2-
YUV71.05135.31132.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.36%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=34.36%
G=28.63%
B=37.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7865840.070.2300.67281.0512.7529.22
Hex4E4154717043119d1d
Octal11610112472701034311535
Binary1001110100000110101001111011101000011100011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,65,84); }

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

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

 a { background-color: rgb(78,65,84); }

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

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

 span { border-color: rgb(78,65,84); }

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