#490148

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

Shades of Mardi Gras #490148

Tints of Mardi Gras #490148

Color information

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

HSL color Cylindrical-coordinate representation of color #490148: hue angle of 300.83º 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 #490148 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB73172-
CMYK00.990.010.71
HSL300.83º97.3%14.51%-
HSV(B)300.83º98.63%28.63%-
XYZ3.931.916.29-
YUV30.62151.35158.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7317200.990.010.71300.8397.314.51
Hex4914806314712d61f
Octal11111100143110745514117
Binary100100111001000011000111100011110010110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490148; }

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

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

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

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

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

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

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

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