Html Css Color HEX #493B4D Bossanova

📋 copy color: '#493B4D'

red 73 ◦ green 59 ◦ blue 77

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

Shades of Bossanova #493B4D

Tints of Bossanova #493B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.84%

R = 34.93%
G = 28.23%
B = 36.84%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#493B4D (or 0x493B4D) is known color: Bossanova. HEX triplet: 49, 3B and 4D. RGB value is (73,59,77). Sum of RGB (Red+Green+Blue) = 73+59+77=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #493B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493B4D is #B6C4B2. Grayscale: #414141. Windows color (decimal): -11977907 or 5061449. OLE color: 5061449.

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

Color convert

RGB 73 59 77 -
CMYK 0.05 0.23 0 0.70
HSL 286.67º 0.13% 0.27% -
HSV(B) 286.67º 0.23% 0.3% -
XYZ 5.65 5.08 7.7 -
YUV 65.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 73 59 77 0.05 0.23 0 0.70 286.67 0.13 0.27
Hex 49 3B 4D 5 17 0 46 11F D 1B
Octal 111 73 115 5 27 0 106 437 15 33
Binary 1001001 111011 1001101 101 10111 0 1000110 100011111 1101 11011

Color Harmonies of #493B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B4D

Black with #493B4D

Text Example


Text Example

White with #493B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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