Html Css Color HEX #490A4A Mardi Gras

📋 copy color: '#490A4A'

red 73 ◦ green 10 ◦ blue 74

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

Shades of Mardi Gras #490A4A

Tints of Mardi Gras #490A4A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.37%

 BLUE value IS 74 (29.3% from 255) = 47.13%

R = 46.5%
G = 6.37%
B = 47.13%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#490A4A (or 0x490A4A) is known color: Mardi Gras. HEX triplet: 49, 0A and 4A. RGB value is (73,10,74). Sum of RGB (Red+Green+Blue) = 73+10+74=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #490A4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A4A is #B6F5B5. Grayscale: #232323. Windows color (decimal): -11990454 or 4852297. OLE color: 4852297.

HSL color Cylindrical-coordinate representation of color #490A4A: hue angle of 299.06º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A4A is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 10 74 -
CMYK 0.01 0.86 0 0.71
HSL 299.06º 0.76% 0.16% -
HSV(B) 299.06º 0.86% 0.29% -
XYZ 4.09 2.13 6.67 -
YUV 36.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 73 10 74 0.01 0.86 0 0.71 299.06 0.76 0.16
Hex 49 A 4A 1 56 0 47 12B 4C 10
Octal 111 12 112 1 126 0 107 453 114 20
Binary 1001001 1010 1001010 1 1010110 0 1000111 100101011 1001100 10000

Color Harmonies of #490A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A4A

Black with #490A4A

Text Example


Text Example

White with #490A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490A4A; }

 p { color: rgb(73,10,74); }

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

background-color css

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

 a { background-color: rgb(73,10,74); }

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

border-color css

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

 span { border-color: rgb(73,10,74); }

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