#490345

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

Shades of Mardi Gras #490345

Tints of Mardi Gras #490345

Color information

#490345 (or 0x490345) is unknown color: approx Mardi Gras. HEX triplet: 49, 03 and 45. RGB value is (73,3,69). Sum of RGB (Red+Green+Blue) = 73+3+69=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #490345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490345 is #B6FCBA. Grayscale: #1F1F1F. Windows color (decimal): -11992251 or 4522825. OLE color: 4522825.

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

Color convert

RGB73369-
CMYK00.960.050.71
HSL303.43º92.11%14.9%-
HSV(B)303.43º95.89%28.63%-
XYZ3.851.915.8-
YUV31.45149.19157.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 69 (27.34% from 255) = 47.59%
R=50.34%
G=2.07%
B=47.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7336900.960.050.71303.4392.1114.9
Hex4934506054712f5cf
Octal11131050140510745713417
Binary100100111100010101100000101100011110010111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490345; }

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

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

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

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

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

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

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

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