Html Css Color HEX #49434A Bossanova

📋 copy color: '#49434A'

red 73 ◦ green 67 ◦ blue 74

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

Shades of Bossanova #49434A

Tints of Bossanova #49434A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 34.11%
G = 31.31%
B = 34.58%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49434A (or 0x49434A) is known color: Bossanova. HEX triplet: 49, 43 and 4A. RGB value is (73,67,74). Sum of RGB (Red+Green+Blue) = 73+67+74=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 74 - color contains mainly: blue. Hex color #49434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49434A is #B6BCB5. Grayscale: #454545. Windows color (decimal): -11975862 or 4866889. OLE color: 4866889.

HSL color Cylindrical-coordinate representation of color #49434A: hue angle of 291.43º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #49434A is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 67 74 -
CMYK 0.01 0.09 0 0.71
HSL 291.43º 0.05% 0.28% -
HSV(B) 291.43º 0.09% 0.29% -
XYZ 5.99 5.93 7.31 -
YUV 69.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 73 67 74 0.01 0.09 0 0.71 291.43 0.05 0.28
Hex 49 43 4A 1 9 0 47 123 5 1C
Octal 111 103 112 1 11 0 107 443 5 34
Binary 1001001 1000011 1001010 1 1001 0 1000111 100100011 101 11100

Color Harmonies of #49434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49434A

Black with #49434A

Text Example


Text Example

White with #49434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49434A; }

 p { color: rgb(73,67,74); }

 H1.HeaderClassName
 {
   color: #49434A;
 }
 .AnyTagClassName
 {
   color: #49434A;
 }
</style>

background-color css

<style>
 a { background-color: #49434A; }

 a { background-color: rgb(73,67,74); }

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

border-color css

<style>
 span { border-color: #49434A; }

 span { border-color: rgb(73,67,74); }

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