Html Css Color HEX #490842 Mardi Gras

📋 copy color: '#490842'

red 73 ◦ green 8 ◦ blue 66

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

Shades of Mardi Gras #490842

Tints of Mardi Gras #490842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44.9%

R = 49.66%
G = 5.44%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#490842 (or 0x490842) is known color: Mardi Gras. HEX triplet: 49, 08 and 42. RGB value is (73,8,66). Sum of RGB (Red+Green+Blue) = 73+8+66=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #490842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490842 is #B6F7BD. Grayscale: #212121. Windows color (decimal): -11990974 or 4327497. OLE color: 4327497.

HSL color Cylindrical-coordinate representation of color #490842: hue angle of 306.46º 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 #490842 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 8 66 -
CMYK 0 0.89 0.10 0.71
HSL 306.46º 0.8% 0.16% -
HSV(B) 306.46º 0.89% 0.29% -
XYZ 3.82 1.98 5.34 -
YUV 34.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 73 8 66 0 0.89 0.10 0.71 306.46 0.8 0.16
Hex 49 8 42 0 59 A 47 132 50 10
Octal 111 10 102 0 131 12 107 462 120 20
Binary 1001001 1000 1000010 0 1011001 1010 1000111 100110010 1010000 10000

Color Harmonies of #490842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490842

Black with #490842

Text Example


Text Example

White with #490842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490842; }

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

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

background-color css

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

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

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

border-color css

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

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

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