#4F4551

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

Shades of Bossanova #4F4551

Tints of Bossanova #4F4551

Color information

#4F4551 (or 0x4F4551) is unknown color: approx Bossanova. HEX triplet: 4F, 45 and 51. RGB value is (79,69,81). Sum of RGB (Red+Green+Blue) = 79+69+81=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F4551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4551 is #B0BAAE. Grayscale: #494949. Windows color (decimal): -11582127 or 5326159. OLE color: 5326159.

HSL color Cylindrical-coordinate representation of color #4F4551: hue angle of 290º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F4551 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB796981-
CMYK0.020.1500.68
HSL290º8%29.41%-
HSV(B)290º14.81%31.76%-
XYZ6.846.518.68-
YUV73.36132.31132.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.50%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=34.50%
G=30.13%
B=35.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7969810.020.1500.68290829.41
Hex4F45512F04412281d
Octal11710512121701044421035
Binary10011111000101101000110111101000100100100010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,69,81); }

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

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

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

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

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

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

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