Html Css Color HEX #490447 Mardi Gras

📋 copy color: '#490447'

red 73 ◦ green 4 ◦ blue 71

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

Shades of Mardi Gras #490447

Tints of Mardi Gras #490447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.7%

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

R = 49.32%
G = 2.7%
B = 47.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#490447 (or 0x490447) is known color: Mardi Gras. HEX triplet: 49, 04 and 47. RGB value is (73,4,71). Sum of RGB (Red+Green+Blue) = 73+4+71=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #490447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490447 is #B6FBB8. Grayscale: #202020. Windows color (decimal): -11991993 or 4654153. OLE color: 4654153.

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

Color convert

RGB 73 4 71 -
CMYK 0 0.95 0.03 0.71
HSL 301.74º 0.9% 0.15% -
HSV(B) 301.74º 0.95% 0.29% -
XYZ 3.93 1.96 6.13 -
YUV 32.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 73 4 71 0 0.95 0.03 0.71 301.74 0.9 0.15
Hex 49 4 47 0 5F 3 47 12E 5A F
Octal 111 4 107 0 137 3 107 456 132 17
Binary 1001001 100 1000111 0 1011111 11 1000111 100101110 1011010 1111

Color Harmonies of #490447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490447

Black with #490447

Text Example


Text Example

White with #490447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490447; }

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

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

background-color css

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

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

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

border-color css

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

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

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