#4E464F

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

Shades of Bossanova #4E464F

Tints of Bossanova #4E464F

Color information

#4E464F (or 0x4E464F) is unknown color: approx Bossanova. HEX triplet: 4E, 46 and 4F. RGB value is (78,70,79). Sum of RGB (Red+Green+Blue) = 78+70+79=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 79 - color contains mainly: blue. Hex color #4E464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E464F is #B1B9B0. Grayscale: #494949. Windows color (decimal): -11647409 or 5195342. OLE color: 5195342.

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

Color convert

RGB787079-
CMYK0.010.1100.69
HSL293.33º6.04%29.22%-
HSV(B)293.33º11.39%30.98%-
XYZ6.746.568.31-
YUV73.42131.15131.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.36%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=34.36%
G=30.84%
B=34.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7870790.010.1100.69293.336.0429.22
Hex4E464F1B04512561d
Octal1161061171130105445635
Binary100111010001101001111110110100010110010010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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