#48094A

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

Shades of Mardi Gras #48094A

Tints of Mardi Gras #48094A

Color information

#48094A (or 0x48094A) is unknown color: approx Mardi Gras. HEX triplet: 48, 09 and 4A. RGB value is (72,9,74). Sum of RGB (Red+Green+Blue) = 72+9+74=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #48094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48094A is #B7F6B5. Grayscale: #232323. Windows color (decimal): -12056246 or 4852040. OLE color: 4852040.

HSL color Cylindrical-coordinate representation of color #48094A: hue angle of 298.15º degrees, saturation: 0.78, 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 #48094A is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB72974-
CMYK0.030.8800.71
HSL298.15º78.31%16.27%-
HSV(B)298.15º87.84%29.02%-
XYZ4.012.076.67-
YUV35.25149.87154.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 74 (29.30% from 255) = 47.74%
R=46.45%
G=5.81%
B=47.74%

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
Decimal729740.030.8800.71298.1578.3116.27
Hex4894A35804712a4e10
Octal110111123130010745211620
Binary10010001001100101011101100001000111100101010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48094A; }

 p { color: rgb(72,9,74); }

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

<style>
 a { background-color: #48094A; }

 a { background-color: rgb(72,9,74); }

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

<style>
 span { border-color: #48094A; }

 span { border-color: rgb(72,9,74); }

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