#493D4D

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

Shades of Bossanova #493D4D

Tints of Bossanova #493D4D

Color information

#493D4D (or 0x493D4D) is unknown color: approx Bossanova. HEX triplet: 49, 3D and 4D. RGB value is (73,61,77). Sum of RGB (Red+Green+Blue) = 73+61+77=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 77 - color contains mainly: blue. Hex color #493D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D4D is #B6C2B2. Grayscale: #424242. Windows color (decimal): -11977395 or 5061961. OLE color: 5061961.

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

Color convert

RGB736177-
CMYK0.050.2100.70
HSL285º11.59%27.06%-
HSV(B)285º20.78%30.2%-
XYZ5.765.297.74-
YUV66.41133.98132.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 61 (24.22% from 255) = 28.91%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=34.60%
G=28.91%
B=36.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7361770.050.2100.7028511.5927.06
Hex493D4D51504611dc1b
Octal1117511552501064351433
Binary100100111110110011011011010101000110100011101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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