#4F3550

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

Shades of Bossanova #4F3550

Tints of Bossanova #4F3550

Color information

#4F3550 (or 0x4F3550) is unknown color: approx Bossanova. HEX triplet: 4F, 35 and 50. RGB value is (79,53,80). Sum of RGB (Red+Green+Blue) = 79+53+80=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F3550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3550 is #B0CAAF. Grayscale: #3F3F3F. Windows color (decimal): -11586224 or 5256527. OLE color: 5256527.

HSL color Cylindrical-coordinate representation of color #4F3550: hue angle of 297.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F3550 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB795380-
CMYK0.010.3400.69
HSL297.78º20.3%26.08%-
HSV(B)297.78º33.75%31.37%-
XYZ5.954.798.2-
YUV63.85137.11138.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.26%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=37.26%
G=25%
B=37.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7953800.010.3400.69297.7820.326.08
Hex4F355012204512a141a
Octal1176512014201054522432
Binary100111111010110100001100010010001011001010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,53,80); }

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

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

 a { background-color: rgb(79,53,80); }

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

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

 span { border-color: rgb(79,53,80); }

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