Html Css Color HEX #490E43 Mardi Gras

📋 copy color: '#490E43'

red 73 ◦ green 14 ◦ blue 67

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

Shades of Mardi Gras #490E43

Tints of Mardi Gras #490E43

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.09%

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

R = 47.4%
G = 9.09%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#490E43 (or 0x490E43) is known color: Mardi Gras. HEX triplet: 49, 0E and 43. RGB value is (73,14,67). Sum of RGB (Red+Green+Blue) = 73+14+67=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #490E43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490E43 is #B6F1BC. Grayscale: #252525. Windows color (decimal): -11989437 or 4394569. OLE color: 4394569.

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

Color convert

RGB 73 14 67 -
CMYK 0 0.81 0.08 0.71
HSL 306.1º 0.68% 0.17% -
HSV(B) 306.1º 0.81% 0.29% -
XYZ 3.92 2.14 5.52 -
YUV 37.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 73 14 67 0 0.81 0.08 0.71 306.1 0.68 0.17
Hex 49 E 43 0 51 8 47 132 44 11
Octal 111 16 103 0 121 10 107 462 104 21
Binary 1001001 1110 1000011 0 1010001 1000 1000111 100110010 1000100 10001

Color Harmonies of #490E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E43

Black with #490E43

Text Example


Text Example

White with #490E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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