#4E4152

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

Shades of Bossanova #4E4152

Tints of Bossanova #4E4152

Color information

#4E4152 (or 0x4E4152) is unknown color: approx Bossanova. HEX triplet: 4E, 41 and 52. RGB value is (78,65,82). Sum of RGB (Red+Green+Blue) = 78+65+82=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E4152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4152 is #B1BEAD. Grayscale: #464646. Windows color (decimal): -11648686 or 5390670. OLE color: 5390670.

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

Color convert

RGB786582-
CMYK0.050.2100.68
HSL285.88º11.56%28.82%-
HSV(B)285.88º20.73%32.16%-
XYZ6.566.018.8-
YUV70.82134.31133.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=34.67%
G=28.89%
B=36.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7865820.050.2100.68285.8811.5628.82
Hex4E415251504411ec1d
Octal11610112252501044361435
Binary1001110100000110100101011010101000100100011110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,65,82); }

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

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

 a { background-color: rgb(78,65,82); }

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

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

 span { border-color: rgb(78,65,82); }

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