Html Css Color HEX #490342 Mardi Gras

📋 copy color: '#490342'

red 73 ◦ green 3 ◦ blue 66

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

Shades of Mardi Gras #490342

Tints of Mardi Gras #490342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 46.48%

R = 51.41%
G = 2.11%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#490342 (or 0x490342) is known color: Mardi Gras. HEX triplet: 49, 03 and 42. RGB value is (73,3,66). Sum of RGB (Red+Green+Blue) = 73+3+66=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #490342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490342 is #B6FCBD. Grayscale: #1E1E1E. Windows color (decimal): -11992254 or 4326217. OLE color: 4326217.

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

Color convert

RGB 73 3 66 -
CMYK 0 0.96 0.10 0.71
HSL 306º 0.92% 0.15% -
HSV(B) 306º 0.96% 0.29% -
XYZ 3.76 1.87 5.32 -
YUV 31.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 73 3 66 0 0.96 0.10 0.71 306 0.92 0.15
Hex 49 3 42 0 60 A 47 132 5C F
Octal 111 3 102 0 140 12 107 462 134 17
Binary 1001001 11 1000010 0 1100000 1010 1000111 100110010 1011100 1111

Color Harmonies of #490342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490342

Black with #490342

Text Example


Text Example

White with #490342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490342; }

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

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

background-color css

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

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

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

border-color css

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

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

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