#4E4650

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

Shades of Bossanova #4E4650

Tints of Bossanova #4E4650

Color information

#4E4650 (or 0x4E4650) is unknown color: approx Bossanova. HEX triplet: 4E, 46 and 50. RGB value is (78,70,80). Sum of RGB (Red+Green+Blue) = 78+70+80=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E4650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4650 is #B1B9AF. Grayscale: #494949. Windows color (decimal): -11647408 or 5260878. OLE color: 5260878.

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

Color convert

RGB787080-
CMYK0.020.1200.69
HSL288º6.67%29.41%-
HSV(B)288º12.5%31.37%-
XYZ6.786.588.5-
YUV73.53131.65131.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.21%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=34.21%
G=30.70%
B=35.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7870800.020.1200.692886.6729.41
Hex4E46502C04512071d
Octal1161061202140105440735
Binary1001110100011010100001011000100010110010000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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