Html Css Color HEX #49074B Mardi Gras

📋 copy color: '#49074B'

red 73 ◦ green 7 ◦ blue 75

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

Shades of Mardi Gras #49074B

Tints of Mardi Gras #49074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.52%

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

R = 47.1%
G = 4.52%
B = 48.39%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49074B (or 0x49074B) is known color: Mardi Gras. HEX triplet: 49, 07 and 4B. RGB value is (73,7,75). Sum of RGB (Red+Green+Blue) = 73+7+75=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #49074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49074B is #B6F8B4. Grayscale: #222222. Windows color (decimal): -11991221 or 4917065. OLE color: 4917065.

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

Color convert

RGB 73 7 75 -
CMYK 0.03 0.91 0 0.71
HSL 298.24º 0.83% 0.16% -
HSV(B) 298.24º 0.91% 0.29% -
XYZ 4.09 2.08 6.84 -
YUV 34.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 73 7 75 0.03 0.91 0 0.71 298.24 0.83 0.16
Hex 49 7 4B 3 5B 0 47 12A 53 10
Octal 111 7 113 3 133 0 107 452 123 20
Binary 1001001 111 1001011 11 1011011 0 1000111 100101010 1010011 10000

Color Harmonies of #49074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49074B

Black with #49074B

Text Example


Text Example

White with #49074B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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