Html Css Color HEX #490B4A Mardi Gras

📋 copy color: '#490B4A'

red 73 ◦ green 11 ◦ blue 74

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

Shades of Mardi Gras #490B4A

Tints of Mardi Gras #490B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 46.84%

R = 46.2%
G = 6.96%
B = 46.84%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#490B4A (or 0x490B4A) is known color: Mardi Gras. HEX triplet: 49, 0B and 4A. RGB value is (73,11,74). Sum of RGB (Red+Green+Blue) = 73+11+74=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #490B4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B4A is #B6F4B5. Grayscale: #242424. Windows color (decimal): -11990198 or 4852553. OLE color: 4852553.

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

Color convert

RGB 73 11 74 -
CMYK 0.01 0.85 0 0.71
HSL 299.05º 0.74% 0.17% -
HSV(B) 299.05º 0.85% 0.29% -
XYZ 4.1 2.15 6.68 -
YUV 36.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 73 11 74 0.01 0.85 0 0.71 299.05 0.74 0.17
Hex 49 B 4A 1 55 0 47 12B 4A 11
Octal 111 13 112 1 125 0 107 453 112 21
Binary 1001001 1011 1001010 1 1010101 0 1000111 100101011 1001010 10001

Color Harmonies of #490B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B4A

Black with #490B4A

Text Example


Text Example

White with #490B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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