#4F3C54

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

Shades of Bossanova #4F3C54

Tints of Bossanova #4F3C54

Color information

#4F3C54 (or 0x4F3C54) is unknown color: approx Bossanova. HEX triplet: 4F, 3C and 54. RGB value is (79,60,84). Sum of RGB (Red+Green+Blue) = 79+60+84=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #4F3C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3C54 is #B0C3AB. Grayscale: #444444. Windows color (decimal): -11584428 or 5520463. OLE color: 5520463.

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

Color convert

RGB796084-
CMYK0.060.2900.67
HSL287.5º16.67%28.24%-
HSV(B)287.5º28.57%32.94%-
XYZ6.445.539.12-
YUV68.42136.79135.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.43%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=35.43%
G=26.91%
B=37.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7960840.060.2900.67287.516.6728.24
Hex4F3C5461D043120111c
Octal1177412463501034402134
Binary1001111111100101010011011101010000111001000001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,60,84); }

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

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

 a { background-color: rgb(79,60,84); }

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

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

 span { border-color: rgb(79,60,84); }

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