Html Css Color HEX #49454A Bossanova

📋 copy color: '#49454A'

red 73 ◦ green 69 ◦ blue 74

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

Shades of Bossanova #49454A

Tints of Bossanova #49454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.94%

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

R = 33.8%
G = 31.94%
B = 34.26%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49454A (or 0x49454A) is known color: Bossanova. HEX triplet: 49, 45 and 4A. RGB value is (73,69,74). Sum of RGB (Red+Green+Blue) = 73+69+74=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 74 - color contains mainly: blue. Hex color #49454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49454A is #B6BAB5. Grayscale: #464646. Windows color (decimal): -11975350 or 4867401. OLE color: 4867401.

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

Color convert

RGB 73 69 74 -
CMYK 0.01 0.07 0 0.71
HSL 288º 0.03% 0.28% -
HSV(B) 288º 0.07% 0.29% -
XYZ 6.11 6.17 7.35 -
YUV 70.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 73 69 74 0.01 0.07 0 0.71 288 0.03 0.28
Hex 49 45 4A 1 7 0 47 120 3 1C
Octal 111 105 112 1 7 0 107 440 3 34
Binary 1001001 1000101 1001010 1 111 0 1000111 100100000 11 11100

Color Harmonies of #49454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49454A

Black with #49454A

Text Example


Text Example

White with #49454A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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