#4E4850

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

Shades of Bossanova #4E4850

Tints of Bossanova #4E4850

Color information

#4E4850 (or 0x4E4850) is unknown color: approx Bossanova. HEX triplet: 4E, 48 and 50. RGB value is (78,72,80). Sum of RGB (Red+Green+Blue) = 78+72+80=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E4850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4850 is #B1B7AF. Grayscale: #4A4A4A. Windows color (decimal): -11646896 or 5261390. OLE color: 5261390.

HSL color Cylindrical-coordinate representation of color #4E4850: hue angle of 285º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4E4850 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB787280-
CMYK0.020.1000.69
HSL285º5.26%29.8%-
HSV(B)285º10%31.37%-
XYZ6.916.838.54-
YUV74.71130.99130.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.91%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=33.91%
G=31.30%
B=34.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7872800.020.1000.692855.2629.8
Hex4E48502A04511d51e
Octal1161101202120105435536
Binary1001110100100010100001010100100010110001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,72,80); }

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

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

 a { background-color: rgb(78,72,80); }

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

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

 span { border-color: rgb(78,72,80); }

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