#4F394F

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

Shades of Bossanova #4F394F

Tints of Bossanova #4F394F

Color information

#4F394F (or 0x4F394F) is unknown color: approx Bossanova. HEX triplet: 4F, 39 and 4F. RGB value is (79,57,79). Sum of RGB (Red+Green+Blue) = 79+57+79=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F394F is #B0C6B0. Grayscale: #424242. Windows color (decimal): -11585201 or 5192015. OLE color: 5192015.

HSL color Cylindrical-coordinate representation of color #4F394F: hue angle of 300º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F394F is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB795779-
CMYK00.2800.69
HSL300º16.18%26.67%-
HSV(B)300º27.85%30.98%-
XYZ6.15.158.07-
YUV66.09135.29137.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.74%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=36.74%
G=26.51%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79577900.2800.6930016.1826.67
Hex4F394F01C04512c101b
Octal1177111703401054542033
Binary10011111110011001111011100010001011001011001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,57,79); }

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

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

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

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

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

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

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