Html Css Color HEX #490D46 Mardi Gras

📋 copy color: '#490D46'

red 73 ◦ green 13 ◦ blue 70

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

Shades of Mardi Gras #490D46

Tints of Mardi Gras #490D46

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.33%

 BLUE value IS 70 (27.73% from 255) = 44.87%

R = 46.79%
G = 8.33%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#490D46 (or 0x490D46) is known color: Mardi Gras. HEX triplet: 49, 0D and 46. RGB value is (73,13,70). Sum of RGB (Red+Green+Blue) = 73+13+70=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #490D46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D46 is #B6F2B9. Grayscale: #252525. Windows color (decimal): -11989690 or 4590921. OLE color: 4590921.

HSL color Cylindrical-coordinate representation of color #490D46: hue angle of 303º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #490D46 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 13 70 -
CMYK 0 0.82 0.04 0.71
HSL 303º 0.7% 0.17% -
HSV(B) 303º 0.82% 0.29% -
XYZ 4 2.15 6 -
YUV 37.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 73 13 70 0 0.82 0.04 0.71 303 0.7 0.17
Hex 49 D 46 0 52 4 47 12F 46 11
Octal 111 15 106 0 122 4 107 457 106 21
Binary 1001001 1101 1000110 0 1010010 100 1000111 100101111 1000110 10001

Color Harmonies of #490D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D46

Black with #490D46

Text Example


Text Example

White with #490D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,13,70); }

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

background-color css

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

 a { background-color: rgb(73,13,70); }

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

border-color css

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

 span { border-color: rgb(73,13,70); }

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