Html Css Color HEX #49414A Bossanova

📋 copy color: '#49414A'

red 73 ◦ green 65 ◦ blue 74

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

Shades of Bossanova #49414A

Tints of Bossanova #49414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 34.43%
G = 30.66%
B = 34.91%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49414A (or 0x49414A) is known color: Bossanova. HEX triplet: 49, 41 and 4A. RGB value is (73,65,74). Sum of RGB (Red+Green+Blue) = 73+65+74=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 74 - color contains mainly: blue. Hex color #49414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49414A is #B6BEB5. Grayscale: #444444. Windows color (decimal): -11976374 or 4866377. OLE color: 4866377.

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

Color convert

RGB 73 65 74 -
CMYK 0.01 0.12 0 0.71
HSL 293.33º 0.06% 0.27% -
HSV(B) 293.33º 0.12% 0.29% -
XYZ 5.87 5.69 7.27 -
YUV 68.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 73 65 74 0.01 0.12 0 0.71 293.33 0.06 0.27
Hex 49 41 4A 1 C 0 47 125 6 1B
Octal 111 101 112 1 14 0 107 445 6 33
Binary 1001001 1000001 1001010 1 1100 0 1000111 100100101 110 11011

Color Harmonies of #49414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49414A

Black with #49414A

Text Example


Text Example

White with #49414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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