#4F4555

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

Shades of Bossanova #4F4555

Tints of Bossanova #4F4555

Color information

#4F4555 (or 0x4F4555) is unknown color: approx Bossanova. HEX triplet: 4F, 45 and 55. RGB value is (79,69,85). Sum of RGB (Red+Green+Blue) = 79+69+85=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #4F4555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4555 is #B0BAAA. Grayscale: #494949. Windows color (decimal): -11582123 or 5588303. OLE color: 5588303.

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

Color convert

RGB796985-
CMYK0.070.1900.67
HSL277.5º10.39%30.2%-
HSV(B)277.5º18.82%33.33%-
XYZ6.996.579.49-
YUV73.81134.31131.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=33.91%
G=29.61%
B=36.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7969850.070.1900.67277.510.3930.2
Hex4F4555713043116a1e
Octal11710512572301034261236
Binary1001111100010110101011111001101000011100010110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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