Html Css Color HEX #490844 Mardi Gras

📋 copy color: '#490844'

red 73 ◦ green 8 ◦ blue 68

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

Shades of Mardi Gras #490844

Tints of Mardi Gras #490844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

 BLUE value IS 68 (26.95% from 255) = 45.64%

R = 48.99%
G = 5.37%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#490844 (or 0x490844) is known color: Mardi Gras. HEX triplet: 49, 08 and 44. RGB value is (73,8,68). Sum of RGB (Red+Green+Blue) = 73+8+68=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #490844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490844 is #B6F7BB. Grayscale: #222222. Windows color (decimal): -11990972 or 4458569. OLE color: 4458569.

HSL color Cylindrical-coordinate representation of color #490844: hue angle of 304.62º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490844 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 8 68 -
CMYK 0 0.89 0.07 0.71
HSL 304.62º 0.8% 0.16% -
HSV(B) 304.62º 0.89% 0.29% -
XYZ 3.88 2.01 5.65 -
YUV 34.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 73 8 68 0 0.89 0.07 0.71 304.62 0.8 0.16
Hex 49 8 44 0 59 7 47 131 50 10
Octal 111 10 104 0 131 7 107 461 120 20
Binary 1001001 1000 1000100 0 1011001 111 1000111 100110001 1010000 10000

Color Harmonies of #490844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490844

Black with #490844

Text Example


Text Example

White with #490844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490844; }

 p { color: rgb(73,8,68); }

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

background-color css

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

 a { background-color: rgb(73,8,68); }

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

border-color css

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

 span { border-color: rgb(73,8,68); }

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