#493A4B

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

Shades of Bossanova #493A4B

Tints of Bossanova #493A4B

Color information

#493A4B (or 0x493A4B) is unknown color: approx Bossanova. HEX triplet: 49, 3A and 4B. RGB value is (73,58,75). Sum of RGB (Red+Green+Blue) = 73+58+75=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 75 - color contains mainly: blue. Hex color #493A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A4B is #B6C5B4. Grayscale: #404040. Windows color (decimal): -11978165 or 4930121. OLE color: 4930121.

HSL color Cylindrical-coordinate representation of color #493A4B: hue angle of 292.94º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #493A4B is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB735875-
CMYK0.030.2300.71
HSL292.94º12.78%26.08%-
HSV(B)292.94º22.67%29.41%-
XYZ5.534.957.32-
YUV64.42133.97134.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=35.44%
G=28.16%
B=36.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7358750.030.2300.71292.9412.7826.08
Hex493A4B317047125d1a
Octal1117211332701074451532
Binary10010011110101001011111011101000111100100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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