#493A4D

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

Shades of Bossanova #493A4D

Tints of Bossanova #493A4D

Color information

#493A4D (or 0x493A4D) is unknown color: approx Bossanova. HEX triplet: 49, 3A and 4D. RGB value is (73,58,77). Sum of RGB (Red+Green+Blue) = 73+58+77=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #493A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A4D is #B6C5B2. Grayscale: #404040. Windows color (decimal): -11978163 or 5061193. OLE color: 5061193.

HSL color Cylindrical-coordinate representation of color #493A4D: hue angle of 287.37º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #493A4D is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB735877-
CMYK0.050.2500.70
HSL287.37º14.07%26.47%-
HSV(B)287.37º24.68%30.2%-
XYZ5.64.987.69-
YUV64.65134.97133.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=35.10%
G=27.88%
B=37.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7358770.050.2500.70287.3714.0726.47
Hex493A4D51904611fe1a
Octal1117211553101064371632
Binary100100111101010011011011100101000110100011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A4D; }

 p { color: rgb(73,58,77); }

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

<style>
 a { background-color: #493A4D; }

 a { background-color: rgb(73,58,77); }

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

<style>
 span { border-color: #493A4D; }

 span { border-color: rgb(73,58,77); }

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