#4F4352

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

Shades of Bossanova #4F4352

Tints of Bossanova #4F4352

Color information

#4F4352 (or 0x4F4352) is unknown color: approx Bossanova. HEX triplet: 4F, 43 and 52. RGB value is (79,67,82). Sum of RGB (Red+Green+Blue) = 79+67+82=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: blue. Hex color #4F4352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4352 is #B0BCAD. Grayscale: #484848. Windows color (decimal): -11582638 or 5391183. OLE color: 5391183.

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

Color convert

RGB796782-
CMYK0.040.1800.68
HSL288º10.07%29.22%-
HSV(B)288º18.29%32.16%-
XYZ6.756.298.84-
YUV72.3133.48132.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.65%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=34.65%
G=29.39%
B=35.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7967820.040.1800.6828810.0729.22
Hex4F4352412044120a1d
Octal11710312242201044401235
Binary1001111100001110100101001001001000100100100000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,67,82); }

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

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

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

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

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

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

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