Html Css Color HEX #490947 Mardi Gras

📋 copy color: '#490947'

red 73 ◦ green 9 ◦ blue 71

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

Shades of Mardi Gras #490947

Tints of Mardi Gras #490947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 46.41%

R = 47.71%
G = 5.88%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#490947 (or 0x490947) is known color: Mardi Gras. HEX triplet: 49, 09 and 47. RGB value is (73,9,71). Sum of RGB (Red+Green+Blue) = 73+9+71=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #490947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490947 is #B6F6B8. Grayscale: #232323. Windows color (decimal): -11990713 or 4655433. OLE color: 4655433.

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

Color convert

RGB 73 9 71 -
CMYK 0 0.88 0.03 0.71
HSL 301.88º 0.78% 0.16% -
HSV(B) 301.88º 0.88% 0.29% -
XYZ 3.98 2.07 6.15 -
YUV 35.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 73 9 71 0 0.88 0.03 0.71 301.88 0.78 0.16
Hex 49 9 47 0 58 3 47 12E 4E 10
Octal 111 11 107 0 130 3 107 456 116 20
Binary 1001001 1001 1000111 0 1011000 11 1000111 100101110 1001110 10000

Color Harmonies of #490947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490947

Black with #490947

Text Example


Text Example

White with #490947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490947; }

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

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

background-color css

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

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

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

border-color css

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

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

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