Html Css Color HEX #493D4B Bossanova

📋 copy color: '#493D4B'

red 73 ◦ green 61 ◦ blue 75

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

Shades of Bossanova #493D4B

Tints of Bossanova #493D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.19%

 BLUE value IS 75 (29.69% from 255) = 35.89%

R = 34.93%
G = 29.19%
B = 35.89%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#493D4B (or 0x493D4B) is known color: Bossanova. HEX triplet: 49, 3D and 4B. RGB value is (73,61,75). Sum of RGB (Red+Green+Blue) = 73+61+75=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 75 - color contains mainly: blue. Hex color #493D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D4B is #B6C2B4. Grayscale: #424242. Windows color (decimal): -11977397 or 4930889. OLE color: 4930889.

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

Color convert

RGB 73 61 75 -
CMYK 0.03 0.19 0 0.71
HSL 291.43º 0.1% 0.27% -
HSV(B) 291.43º 0.19% 0.29% -
XYZ 5.69 5.26 7.37 -
YUV 66.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 73 61 75 0.03 0.19 0 0.71 291.43 0.1 0.27
Hex 49 3D 4B 3 13 0 47 123 A 1B
Octal 111 75 113 3 23 0 107 443 12 33
Binary 1001001 111101 1001011 11 10011 0 1000111 100100011 1010 11011

Color Harmonies of #493D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D4B

Black with #493D4B

Text Example


Text Example

White with #493D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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