#4F464F

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

Shades of Bossanova #4F464F

Tints of Bossanova #4F464F

Color information

#4F464F (or 0x4F464F) is unknown color: approx Bossanova. HEX triplet: 4F, 46 and 4F. RGB value is (79,70,79). Sum of RGB (Red+Green+Blue) = 79+70+79=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F464F is #B0B9B0. Grayscale: #494949. Windows color (decimal): -11581873 or 5195343. OLE color: 5195343.

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

Color convert

RGB797079-
CMYK00.1100.69
HSL300º6.04%29.22%-
HSV(B)300º11.39%30.98%-
XYZ6.836.618.31-
YUV73.72130.98131.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.65%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=34.65%
G=30.70%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79707900.1100.693006.0429.22
Hex4F464F0B04512c61d
Octal1171061170130105454635
Binary100111110001101001111010110100010110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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