#49054B

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

Shades of Mardi Gras #49054B

Tints of Mardi Gras #49054B

Color information

#49054B (or 0x49054B) is unknown color: approx Mardi Gras. HEX triplet: 49, 05 and 4B. RGB value is (73,5,75). Sum of RGB (Red+Green+Blue) = 73+5+75=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #49054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49054B is #B6FAB4. Grayscale: #212121. Windows color (decimal): -11991733 or 4916553. OLE color: 4916553.

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

Color convert

RGB73575-
CMYK0.030.9300.71
HSL298.29º87.5%15.69%-
HSV(B)298.29º93.33%29.41%-
XYZ4.072.036.83-
YUV33.31151.53156.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=47.71%
G=3.27%
B=49.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal735750.030.9300.71298.2987.515.69
Hex4954B35D04712a5810
Octal11151133135010745213020
Binary1001001101100101111101110101000111100101010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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