Html Css Color HEX #49474A Bossanova

📋 copy color: '#49474A'

red 73 ◦ green 71 ◦ blue 74

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

Shades of Bossanova #49474A

Tints of Bossanova #49474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

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

R = 33.49%
G = 32.57%
B = 33.94%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49474A (or 0x49474A) is known color: Bossanova. HEX triplet: 49, 47 and 4A. RGB value is (73,71,74). Sum of RGB (Red+Green+Blue) = 73+71+74=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 74 - color contains mainly: blue. Hex color #49474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49474A is #B6B8B5. Grayscale: #474747. Windows color (decimal): -11974838 or 4867913. OLE color: 4867913.

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

Color convert

RGB 73 71 74 -
CMYK 0.01 0.04 0 0.71
HSL 280º 0.02% 0.28% -
HSV(B) 280º 0.04% 0.29% -
XYZ 6.24 6.42 7.39 -
YUV 71.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 73 71 74 0.01 0.04 0 0.71 280 0.02 0.28
Hex 49 47 4A 1 4 0 47 118 2 1C
Octal 111 107 112 1 4 0 107 430 2 34
Binary 1001001 1000111 1001010 1 100 0 1000111 100011000 10 11100

Color Harmonies of #49474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49474A

Black with #49474A

Text Example


Text Example

White with #49474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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