Html Css Color HEX #490244 Mardi Gras

📋 copy color: '#490244'

red 73 ◦ green 2 ◦ blue 68

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

Shades of Mardi Gras #490244

Tints of Mardi Gras #490244

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

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

R = 51.05%
G = 1.4%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#490244 (or 0x490244) is known color: Mardi Gras. HEX triplet: 49, 02 and 44. RGB value is (73,2,68). Sum of RGB (Red+Green+Blue) = 73+2+68=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #490244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490244 is #B6FDBB. Grayscale: #1E1E1E. Windows color (decimal): -11992508 or 4457033. OLE color: 4457033.

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

Color convert

RGB 73 2 68 -
CMYK 0 0.97 0.07 0.71
HSL 304.23º 0.95% 0.15% -
HSV(B) 304.23º 0.97% 0.29% -
XYZ 3.81 1.88 5.63 -
YUV 30.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 73 2 68 0 0.97 0.07 0.71 304.23 0.95 0.15
Hex 49 2 44 0 61 7 47 130 5F F
Octal 111 2 104 0 141 7 107 460 137 17
Binary 1001001 10 1000100 0 1100001 111 1000111 100110000 1011111 1111

Color Harmonies of #490244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490244

Black with #490244

Text Example


Text Example

White with #490244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490244; }

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

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

background-color css

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

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

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

border-color css

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

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

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