#490B44

Color #490B44 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #490B44

Tints of Mardi Gras #490B44

Color information

#490B44 (or 0x490B44) is unknown color: approx Mardi Gras. HEX triplet: 49, 0B and 44. RGB value is (73,11,68). Sum of RGB (Red+Green+Blue) = 73+11+68=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #490B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B44 is #B6F4BB. Grayscale: #232323. Windows color (decimal): -11990204 or 4459337. OLE color: 4459337.

HSL color Cylindrical-coordinate representation of color #490B44: hue angle of 304.84º 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 #490B44 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB731168-
CMYK00.850.070.71
HSL304.84º73.81%16.47%-
HSV(B)304.84º84.93%28.63%-
XYZ3.912.075.66-
YUV36.04146.04154.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 68 (26.95% from 255) = 44.74%
R=48.03%
G=7.24%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73116800.850.070.71304.8473.8116.47
Hex49B440557471314a10
Octal111131040125710746111220
Binary100100110111000100010101011111000111100110001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #490B44;
 }
 .AnyTagClassName
 {
   color: #490B44;
 }
</style>
background-color css

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

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

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

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

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

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