Html Css Color HEX #49424C Bossanova

📋 copy color: '#49424C'

red 73 ◦ green 66 ◦ blue 76

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

Shades of Bossanova #49424C

Tints of Bossanova #49424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

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

R = 33.95%
G = 30.7%
B = 35.35%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49424C (or 0x49424C) is known color: Bossanova. HEX triplet: 49, 42 and 4C. RGB value is (73,66,76). Sum of RGB (Red+Green+Blue) = 73+66+76=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #49424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49424C is #B6BDB3. Grayscale: #454545. Windows color (decimal): -11976116 or 4997705. OLE color: 4997705.

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

Color convert

RGB 73 66 76 -
CMYK 0.04 0.13 0 0.70
HSL 282º 0.07% 0.28% -
HSV(B) 282º 0.13% 0.3% -
XYZ 6 5.83 7.65 -
YUV 69.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 73 66 76 0.04 0.13 0 0.70 282 0.07 0.28
Hex 49 42 4C 4 D 0 46 11A 7 1C
Octal 111 102 114 4 15 0 106 432 7 34
Binary 1001001 1000010 1001100 100 1101 0 1000110 100011010 111 11100

Color Harmonies of #49424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49424C

Black with #49424C

Text Example


Text Example

White with #49424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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