#49084B

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

Shades of Mardi Gras #49084B

Tints of Mardi Gras #49084B

Color information

#49084B (or 0x49084B) is unknown color: approx Mardi Gras. HEX triplet: 49, 08 and 4B. RGB value is (73,8,75). Sum of RGB (Red+Green+Blue) = 73+8+75=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #49084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49084B is #B6F7B4. Grayscale: #222222. Windows color (decimal): -11990965 or 4917321. OLE color: 4917321.

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

Color convert

RGB73875-
CMYK0.030.8900.71
HSL298.21º80.72%16.27%-
HSV(B)298.21º89.33%29.41%-
XYZ4.12.16.85-
YUV35.07150.53155.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=46.79%
G=5.13%
B=48.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal738750.030.8900.71298.2180.7216.27
Hex4984B35904712a5110
Octal111101133131010745212120
Binary10010011000100101111101100101000111100101010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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