Html Css Color HEX #493F4E Bossanova

📋 copy color: '#493F4E'

red 73 ◦ green 63 ◦ blue 78

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

Shades of Bossanova #493F4E

Tints of Bossanova #493F4E

RGB

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

 GREEN value IS 63 (25% from 255) = 29.44%

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 34.11%
G = 29.44%
B = 36.45%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#493F4E (or 0x493F4E) is known color: Bossanova. HEX triplet: 49, 3F and 4E. RGB value is (73,63,78). Sum of RGB (Red+Green+Blue) = 73+63+78=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 78 - color contains mainly: blue. Hex color #493F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F4E is #B6C0B1. Grayscale: #434343. Windows color (decimal): -11976882 or 5128009. OLE color: 5128009.

HSL color Cylindrical-coordinate representation of color #493F4E: hue angle of 280º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #493F4E is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 63 78 -
CMYK 0.06 0.19 0 0.69
HSL 280º 0.11% 0.28% -
HSV(B) 280º 0.19% 0.31% -
XYZ 5.9 5.52 7.96 -
YUV 67.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 73 63 78 0.06 0.19 0 0.69 280 0.11 0.28
Hex 49 3F 4E 6 13 0 45 118 B 1C
Octal 111 77 116 6 23 0 105 430 13 34
Binary 1001001 111111 1001110 110 10011 0 1000101 100011000 1011 11100

Color Harmonies of #493F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F4E

Black with #493F4E

Text Example


Text Example

White with #493F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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