Html Css Color HEX #49414C Bossanova

📋 copy color: '#49414C'

red 73 ◦ green 65 ◦ blue 76

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

Shades of Bossanova #49414C

Tints of Bossanova #49414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 34.11%
G = 30.37%
B = 35.51%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49414C (or 0x49414C) is known color: Bossanova. HEX triplet: 49, 41 and 4C. RGB value is (73,65,76). Sum of RGB (Red+Green+Blue) = 73+65+76=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #49414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49414C is #B6BEB3. Grayscale: #444444. Windows color (decimal): -11976372 or 4997449. OLE color: 4997449.

HSL color Cylindrical-coordinate representation of color #49414C: hue angle of 283.64º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #49414C is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 65 76 -
CMYK 0.04 0.14 0 0.70
HSL 283.64º 0.08% 0.28% -
HSV(B) 283.64º 0.14% 0.3% -
XYZ 5.94 5.72 7.63 -
YUV 68.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 73 65 76 0.04 0.14 0 0.70 283.64 0.08 0.28
Hex 49 41 4C 4 E 0 46 11C 8 1C
Octal 111 101 114 4 16 0 106 434 10 34
Binary 1001001 1000001 1001100 100 1110 0 1000110 100011100 1000 11100

Color Harmonies of #49414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49414C

Black with #49414C

Text Example


Text Example

White with #49414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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