Html Css Color HEX #490448 Mardi Gras

📋 copy color: '#490448'

red 73 ◦ green 4 ◦ blue 72

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

Shades of Mardi Gras #490448

Tints of Mardi Gras #490448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.68%

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

R = 48.99%
G = 2.68%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#490448 (or 0x490448) is known color: Mardi Gras. HEX triplet: 49, 04 and 48. RGB value is (73,4,72). Sum of RGB (Red+Green+Blue) = 73+4+72=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #490448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490448 is #B6FBB7. Grayscale: #202020. Windows color (decimal): -11991992 or 4719689. OLE color: 4719689.

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

Color convert

RGB 73 4 72 -
CMYK 0 0.95 0.01 0.71
HSL 300.87º 0.9% 0.15% -
HSV(B) 300.87º 0.95% 0.29% -
XYZ 3.96 1.97 6.3 -
YUV 32.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 73 4 72 0 0.95 0.01 0.71 300.87 0.9 0.15
Hex 49 4 48 0 5F 1 47 12D 5A F
Octal 111 4 110 0 137 1 107 455 132 17
Binary 1001001 100 1001000 0 1011111 1 1000111 100101101 1011010 1111

Color Harmonies of #490448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490448

Black with #490448

Text Example


Text Example

White with #490448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490448; }

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

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

background-color css

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

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

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

border-color css

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

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

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