Html Css Color HEX #490346 Mardi Gras

📋 copy color: '#490346'

red 73 ◦ green 3 ◦ blue 70

#490346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #490346

Tints of Mardi Gras #490346

RGB

 RED value IS 73 (28.91% from 255) = 50%

 GREEN value IS 3 (1.56% from 255) = 2.05%

 BLUE value IS 70 (27.73% from 255) = 47.95%

R = 50%
G = 2.05%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#490346 (or 0x490346) is known color: Mardi Gras. HEX triplet: 49, 03 and 46. RGB value is (73,3,70). Sum of RGB (Red+Green+Blue) = 73+3+70=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #490346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490346 is #B6FCB9. Grayscale: #1F1F1F. Windows color (decimal): -11992250 or 4588361. OLE color: 4588361.

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

Color convert

RGB 73 3 70 -
CMYK 0 0.96 0.04 0.71
HSL 302.57º 0.92% 0.15% -
HSV(B) 302.57º 0.96% 0.29% -
XYZ 3.89 1.92 5.96 -
YUV 31.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 73 3 70 0 0.96 0.04 0.71 302.57 0.92 0.15
Hex 49 3 46 0 60 4 47 12F 5C F
Octal 111 3 106 0 140 4 107 457 134 17
Binary 1001001 11 1000110 0 1100000 100 1000111 100101111 1011100 1111

Color Harmonies of #490346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490346

Black with #490346

Text Example


Text Example

White with #490346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490346; }

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

 H1.HeaderClassName
 {
   color: #490346;
 }
 .AnyTagClassName
 {
   color: #490346;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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