#480149

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

Shades of Mardi Gras #480149

Tints of Mardi Gras #480149

Color information

#480149 (or 0x480149) is unknown color: approx Mardi Gras. HEX triplet: 48, 01 and 49. RGB value is (72,1,73). Sum of RGB (Red+Green+Blue) = 72+1+73=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #480149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480149 is #B7FEB6. Grayscale: #1E1E1E. Windows color (decimal): -12058295 or 4784456. OLE color: 4784456.

HSL color Cylindrical-coordinate representation of color #480149: hue angle of 299.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480149 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB72173-
CMYK0.010.9900.71
HSL299.17º97.3%14.51%-
HSV(B)299.17º98.63%28.63%-
XYZ3.891.886.46-
YUV30.44152.02157.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 73 (28.91% from 255) = 50%
R=49.32%
G=0.68%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal721730.010.9900.71299.1797.314.51
Hex4814916304712b61f
Octal11011111143010745314117
Binary100100011001001111000110100011110010101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480149; }

 p { color: rgb(72,1,73); }

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

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

 a { background-color: rgb(72,1,73); }

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

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

 span { border-color: rgb(72,1,73); }

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