#4E454F

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

Shades of Bossanova #4E454F

Tints of Bossanova #4E454F

Color information

#4E454F (or 0x4E454F) is unknown color: approx Bossanova. HEX triplet: 4E, 45 and 4F. RGB value is (78,69,79). Sum of RGB (Red+Green+Blue) = 78+69+79=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 79 - color contains mainly: blue. Hex color #4E454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E454F is #B1BAB0. Grayscale: #484848. Windows color (decimal): -11647665 or 5195086. OLE color: 5195086.

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

Color convert

RGB786979-
CMYK0.010.1300.69
HSL294º6.76%29.02%-
HSV(B)294º12.66%30.98%-
XYZ6.686.448.29-
YUV72.83131.48131.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.51%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=34.51%
G=30.53%
B=34.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7869790.010.1300.692946.7629.02
Hex4E454F1D04512671d
Octal1161051171150105446735
Binary100111010001011001111111010100010110010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,69,79); }

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

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

 a { background-color: rgb(78,69,79); }

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

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

 span { border-color: rgb(78,69,79); }

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