#4E4751

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

Shades of Bossanova #4E4751

Tints of Bossanova #4E4751

Color information

#4E4751 (or 0x4E4751) is unknown color: approx Bossanova. HEX triplet: 4E, 47 and 51. RGB value is (78,71,81). Sum of RGB (Red+Green+Blue) = 78+71+81=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E4751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4751 is #B1B8AE. Grayscale: #4A4A4A. Windows color (decimal): -11647151 or 5326670. OLE color: 5326670.

HSL color Cylindrical-coordinate representation of color #4E4751: hue angle of 282º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E4751 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB787181-
CMYK0.040.1200.68
HSL282º6.58%29.8%-
HSV(B)282º12.35%31.76%-
XYZ6.886.728.72-
YUV74.23131.82130.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.91%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=33.91%
G=30.87%
B=35.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7871810.040.1200.682826.5829.8
Hex4E47514C04411a71e
Octal1161071214140104432736
Binary10011101000111101000110011000100010010001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,71,81); }

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

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

 a { background-color: rgb(78,71,81); }

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

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

 span { border-color: rgb(78,71,81); }

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