#49094B

Color #49094B Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #49094B

Tints of Mardi Gras #49094B

Color information

#49094B (or 0x49094B) is unknown color: approx Mardi Gras. HEX triplet: 49, 09 and 4B. RGB value is (73,9,75). Sum of RGB (Red+Green+Blue) = 73+9+75=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #49094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49094B is #B6F6B4. Grayscale: #232323. Windows color (decimal): -11990709 or 4917577. OLE color: 4917577.

HSL color Cylindrical-coordinate representation of color #49094B: hue angle of 298.18º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49094B is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB73975-
CMYK0.030.8800.71
HSL298.18º78.57%16.47%-
HSV(B)298.18º88%29.41%-
XYZ4.122.126.85-
YUV35.66150.2154.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=46.50%
G=5.73%
B=47.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal739750.030.8800.71298.1878.5716.47
Hex4994B35804712a4f10
Octal111111133130010745211720
Binary10010011001100101111101100001000111100101010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49094B; }

 p { color: rgb(73,9,75); }

 H1.HeaderClassName
 {
   color: #49094B;
 }
 .AnyTagClassName
 {
   color: #49094B;
 }
</style>
background-color css

<style>
 a { background-color: #49094B; }

 a { background-color: rgb(73,9,75); }

 div.DivClassName
 {
   background-color: #49094B;
 }
 .BgClassName
 {
   background-color: #49094B;
 }
</style>
border-color css

<style>
 span { border-color: #49094B; }

 span { border-color: rgb(73,9,75); }

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