Html Css Color HEX #49054B Mardi Gras

📋 copy color: '#49054B'

red 73 ◦ green 5 ◦ blue 75

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

Shades of Mardi Gras #49054B

Tints of Mardi Gras #49054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.27%

 BLUE value IS 75 (29.69% from 255) = 49.02%

R = 47.71%
G = 3.27%
B = 49.02%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49054B (or 0x49054B) is known color: Mardi Gras. HEX triplet: 49, 05 and 4B. RGB value is (73,5,75). Sum of RGB (Red+Green+Blue) = 73+5+75=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #49054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49054B is #B6FAB4. Grayscale: #212121. Windows color (decimal): -11991733 or 4916553. OLE color: 4916553.

HSL color Cylindrical-coordinate representation of color #49054B: hue angle of 298.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49054B is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 5 75 -
CMYK 0.03 0.93 0 0.71
HSL 298.29º 0.88% 0.16% -
HSV(B) 298.29º 0.93% 0.29% -
XYZ 4.07 2.03 6.83 -
YUV 33.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 73 5 75 0.03 0.93 0 0.71 298.29 0.88 0.16
Hex 49 5 4B 3 5D 0 47 12A 58 10
Octal 111 5 113 3 135 0 107 452 130 20
Binary 1001001 101 1001011 11 1011101 0 1000111 100101010 1011000 10000

Color Harmonies of #49054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49054B

Black with #49054B

Text Example


Text Example

White with #49054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49054B; }

 p { color: rgb(73,5,75); }

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

background-color css

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

 a { background-color: rgb(73,5,75); }

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

border-color css

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

 span { border-color: rgb(73,5,75); }

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