#490145

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

Shades of Mardi Gras #490145

Tints of Mardi Gras #490145

Color information

#490145 (or 0x490145) is unknown color: approx Mardi Gras. HEX triplet: 49, 01 and 45. RGB value is (73,1,69). Sum of RGB (Red+Green+Blue) = 73+1+69=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #490145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490145 is #B6FEBA. Grayscale: #1E1E1E. Windows color (decimal): -11992763 or 4522313. OLE color: 4522313.

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

Color convert

RGB73169-
CMYK00.990.050.71
HSL303.33º97.3%14.51%-
HSV(B)303.33º98.63%28.63%-
XYZ3.831.875.79-
YUV30.28149.85158.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 69 (27.34% from 255) = 48.25%
R=51.05%
G=0.70%
B=48.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7316900.990.050.71303.3397.314.51
Hex4914506354712f61f
Octal11111050143510745714117
Binary10010011100010101100011101100011110010111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490145; }

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

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

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

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

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

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

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

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