Html Css Color HEX #493A4B Bossanova

📋 copy color: '#493A4B'

red 73 ◦ green 58 ◦ blue 75

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

Shades of Bossanova #493A4B

Tints of Bossanova #493A4B

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 value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#493A4B (or 0x493A4B) is known color: 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

RGB 73 58 75 -
CMYK 0.03 0.23 0 0.71
HSL 292.94º 0.13% 0.26% -
HSV(B) 292.94º 0.23% 0.29% -
XYZ 5.53 4.95 7.32 -
YUV 64.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 73 58 75 0.03 0.23 0 0.71 292.94 0.13 0.26
Hex 49 3A 4B 3 17 0 47 125 D 1A
Octal 111 72 113 3 27 0 107 445 15 32
Binary 1001001 111010 1001011 11 10111 0 1000111 100100101 1101 11010

Color Harmonies of #493A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A4B

Black with #493A4B

Text Example


Text Example

White with #493A4B

Text Example


Text Example

HTML Codes & Css Web 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>