Html Css Color HEX #490943 Mardi Gras

📋 copy color: '#490943'

red 73 ◦ green 9 ◦ blue 67

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

Shades of Mardi Gras #490943

Tints of Mardi Gras #490943

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.04%

 BLUE value IS 67 (26.56% from 255) = 44.97%

R = 48.99%
G = 6.04%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#490943 (or 0x490943) is known color: Mardi Gras. HEX triplet: 49, 09 and 43. RGB value is (73,9,67). Sum of RGB (Red+Green+Blue) = 73+9+67=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #490943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490943 is #B6F6BC. Grayscale: #222222. Windows color (decimal): -11990717 or 4393289. OLE color: 4393289.

HSL color Cylindrical-coordinate representation of color #490943: hue angle of 305.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490943 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 9 67 -
CMYK 0 0.88 0.08 0.71
HSL 305.63º 0.78% 0.16% -
HSV(B) 305.63º 0.88% 0.29% -
XYZ 3.86 2.02 5.5 -
YUV 34.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 73 9 67 0 0.88 0.08 0.71 305.63 0.78 0.16
Hex 49 9 43 0 58 8 47 132 4E 10
Octal 111 11 103 0 130 10 107 462 116 20
Binary 1001001 1001 1000011 0 1011000 1000 1000111 100110010 1001110 10000

Color Harmonies of #490943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490943

Black with #490943

Text Example


Text Example

White with #490943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490943; }

 p { color: rgb(73,9,67); }

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

background-color css

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

 a { background-color: rgb(73,9,67); }

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

border-color css

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

 span { border-color: rgb(73,9,67); }

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