#4F444F

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

Shades of Bossanova #4F444F

Tints of Bossanova #4F444F

Color information

#4F444F (or 0x4F444F) is unknown color: approx Bossanova. HEX triplet: 4F, 44 and 4F. RGB value is (79,68,79). Sum of RGB (Red+Green+Blue) = 79+68+79=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F444F is #B0BBB0. Grayscale: #484848. Windows color (decimal): -11582385 or 5194831. OLE color: 5194831.

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

Color convert

RGB796879-
CMYK00.1400.69
HSL300º7.48%28.82%-
HSV(B)300º13.92%30.98%-
XYZ6.76.368.27-
YUV72.54131.64132.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.96%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=34.96%
G=30.09%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79687900.1400.693007.4828.82
Hex4F444F0E04512c71d
Octal1171041170160105454735
Binary100111110001001001111011100100010110010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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