#493F4D

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

Shades of Bossanova #493F4D

Tints of Bossanova #493F4D

Color information

#493F4D (or 0x493F4D) is unknown color: approx Bossanova. HEX triplet: 49, 3F and 4D. RGB value is (73,63,77). Sum of RGB (Red+Green+Blue) = 73+63+77=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 77 - color contains mainly: blue. Hex color #493F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F4D is #B6C0B2. Grayscale: #434343. Windows color (decimal): -11976883 or 5062473. OLE color: 5062473.

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

Color convert

RGB736377-
CMYK0.050.1800.70
HSL282.86º10%27.45%-
HSV(B)282.86º18.18%30.2%-
XYZ5.865.517.78-
YUV67.59133.31131.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=34.27%
G=29.58%
B=36.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7363770.050.1800.70282.861027.45
Hex493F4D51204611ba1b
Octal1117711552201064331233
Binary100100111111110011011011001001000110100011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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