#4F4155

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

Shades of Bossanova #4F4155

Tints of Bossanova #4F4155

Color information

#4F4155 (or 0x4F4155) is unknown color: approx Bossanova. HEX triplet: 4F, 41 and 55. RGB value is (79,65,85). Sum of RGB (Red+Green+Blue) = 79+65+85=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #4F4155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4155 is #B0BEAA. Grayscale: #474747. Windows color (decimal): -11583147 or 5587279. OLE color: 5587279.

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

Color convert

RGB796585-
CMYK0.070.2400.67
HSL282º13.33%29.41%-
HSV(B)282º23.53%33.33%-
XYZ6.756.19.42-
YUV71.47135.64133.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.50%
GREEN value IS 65 (25.78% from 255) = 28.38%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=34.50%
G=28.38%
B=37.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7965850.070.2400.6728213.3329.41
Hex4F415571804311ad1d
Octal11710112573001034321535
Binary1001111100000110101011111100001000011100011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,65,85); }

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

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

 a { background-color: rgb(79,65,85); }

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

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

 span { border-color: rgb(79,65,85); }

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