Html Css Color HEX #490148 Mardi Gras

📋 copy color: '#490148'

red 73 ◦ green 1 ◦ blue 72

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

Shades of Mardi Gras #490148

Tints of Mardi Gras #490148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

 BLUE value IS 72 (28.52% from 255) = 49.32%

R = 50%
G = 0.68%
B = 49.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#490148 (or 0x490148) is known color: Mardi Gras. HEX triplet: 49, 01 and 48. RGB value is (73,1,72). Sum of RGB (Red+Green+Blue) = 73+1+72=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #490148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490148 is #B6FEB7. Grayscale: #1E1E1E. Windows color (decimal): -11992760 or 4718921. OLE color: 4718921.

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

Color convert

RGB 73 1 72 -
CMYK 0 0.99 0.01 0.71
HSL 300.83º 0.97% 0.15% -
HSV(B) 300.83º 0.99% 0.29% -
XYZ 3.93 1.91 6.29 -
YUV 30.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 73 1 72 0 0.99 0.01 0.71 300.83 0.97 0.15
Hex 49 1 48 0 63 1 47 12D 61 F
Octal 111 1 110 0 143 1 107 455 141 17
Binary 1001001 1 1001000 0 1100011 1 1000111 100101101 1100001 1111

Color Harmonies of #490148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490148

Black with #490148

Text Example


Text Example

White with #490148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490148; }

 p { color: rgb(73,1,72); }

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

background-color css

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

 a { background-color: rgb(73,1,72); }

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

border-color css

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

 span { border-color: rgb(73,1,72); }

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