#490248

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

Shades of Mardi Gras #490248

Tints of Mardi Gras #490248

Color information

#490248 (or 0x490248) is unknown color: approx Mardi Gras. HEX triplet: 49, 02 and 48. RGB value is (73,2,72). Sum of RGB (Red+Green+Blue) = 73+2+72=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #490248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490248 is #B6FDB7. Grayscale: #1F1F1F. Windows color (decimal): -11992504 or 4719177. OLE color: 4719177.

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

Color convert

RGB73272-
CMYK00.970.010.71
HSL300.85º94.67%14.71%-
HSV(B)300.85º97.26%28.63%-
XYZ3.941.936.3-
YUV31.21151.02157.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 72 (28.52% from 255) = 48.98%
R=49.66%
G=1.36%
B=48.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7327200.970.010.71300.8594.6714.71
Hex4924806114712d5ff
Octal11121100141110745513717
Binary1001001101001000011000011100011110010110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490248; }

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

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

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

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

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

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

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

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