Html Css Color HEX #493B4C Bossanova

📋 copy color: '#493B4C'

red 73 ◦ green 59 ◦ blue 76

#493B4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #493B4C

Tints of Bossanova #493B4C

RGB

 RED value IS 73 (28.91% from 255) = 35.1%

 GREEN value IS 59 (23.44% from 255) = 28.37%

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 35.1%
G = 28.37%
B = 36.54%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#493B4C (or 0x493B4C) is known color: Bossanova. HEX triplet: 49, 3B and 4C. RGB value is (73,59,76). Sum of RGB (Red+Green+Blue) = 73+59+76=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 76 - color contains mainly: blue. Hex color #493B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B4C is #B6C4B3. Grayscale: #414141. Windows color (decimal): -11977908 or 4995913. OLE color: 4995913.

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

Color convert

RGB 73 59 76 -
CMYK 0.04 0.22 0 0.70
HSL 289.41º 0.13% 0.26% -
HSV(B) 289.41º 0.22% 0.3% -
XYZ 5.62 5.07 7.52 -
YUV 65.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 73 59 76 0.04 0.22 0 0.70 289.41 0.13 0.26
Hex 49 3B 4C 4 16 0 46 121 D 1A
Octal 111 73 114 4 26 0 106 441 15 32
Binary 1001001 111011 1001100 100 10110 0 1000110 100100001 1101 11010

Color Harmonies of #493B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B4C

Black with #493B4C

Text Example


Text Example

White with #493B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,59,76); }

 H1.HeaderClassName
 {
   color: #493B4C;
 }
 .AnyTagClassName
 {
   color: #493B4C;
 }
</style>

background-color css

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

 a { background-color: rgb(73,59,76); }

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

border-color css

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

 span { border-color: rgb(73,59,76); }

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