#49034B

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

Shades of Mardi Gras #49034B

Tints of Mardi Gras #49034B

Color information

#49034B (or 0x49034B) is unknown color: approx Mardi Gras. HEX triplet: 49, 03 and 4B. RGB value is (73,3,75). Sum of RGB (Red+Green+Blue) = 73+3+75=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #49034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49034B is #B6FCB4. Grayscale: #1F1F1F. Windows color (decimal): -11992245 or 4916041. OLE color: 4916041.

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

Color convert

RGB73375-
CMYK0.030.9600.71
HSL298.33º92.31%15.29%-
HSV(B)298.33º96%29.41%-
XYZ4.051.996.83-
YUV32.14152.19157.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 75 (29.69% from 255) = 49.67%
R=48.34%
G=1.99%
B=49.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal733750.030.9600.71298.3392.3115.29
Hex4934B36004712a5cf
Octal11131133140010745213417
Binary10010011110010111111000000100011110010101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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