Html Css Color HEX #490B48 Mardi Gras

📋 copy color: '#490B48'

red 73 ◦ green 11 ◦ blue 72

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

Shades of Mardi Gras #490B48

Tints of Mardi Gras #490B48

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.05%

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

R = 46.79%
G = 7.05%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#490B48 (or 0x490B48) is known color: Mardi Gras. HEX triplet: 49, 0B and 48. RGB value is (73,11,72). Sum of RGB (Red+Green+Blue) = 73+11+72=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #490B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B48 is #B6F4B7. Grayscale: #242424. Windows color (decimal): -11990200 or 4721481. OLE color: 4721481.

HSL color Cylindrical-coordinate representation of color #490B48: hue angle of 300.97º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490B48 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 11 72 -
CMYK 0 0.85 0.01 0.71
HSL 300.97º 0.74% 0.16% -
HSV(B) 300.97º 0.85% 0.29% -
XYZ 4.04 2.12 6.33 -
YUV 36.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 73 11 72 0 0.85 0.01 0.71 300.97 0.74 0.16
Hex 49 B 48 0 55 1 47 12D 4A 10
Octal 111 13 110 0 125 1 107 455 112 20
Binary 1001001 1011 1001000 0 1010101 1 1000111 100101101 1001010 10000

Color Harmonies of #490B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B48

Black with #490B48

Text Example


Text Example

White with #490B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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