Html Css Color HEX #4B0349 Mardi Gras

📋 copy color: '#4B0349'

red 75 ◦ green 3 ◦ blue 73

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

Shades of Mardi Gras #4B0349

Tints of Mardi Gras #4B0349

RGB

 RED value IS 75 (29.69% from 255) = 49.67%

 GREEN value IS 3 (1.56% from 255) = 1.99%

 BLUE value IS 73 (28.91% from 255) = 48.34%

R = 49.67%
G = 1.99%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#4B0349 (or 0x4B0349) is known color: Mardi Gras. HEX triplet: 4B, 03 and 49. RGB value is (75,3,73). Sum of RGB (Red+Green+Blue) = 75+3+73=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0349 is #B4FCB6. Grayscale: #202020. Windows color (decimal): -11861175 or 4784971. OLE color: 4784971.

HSL color Cylindrical-coordinate representation of color #4B0349: hue angle of 301.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0349 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 3 73 -
CMYK 0 0.96 0.03 0.71
HSL 301.67º 0.92% 0.15% -
HSV(B) 301.67º 0.96% 0.29% -
XYZ 4.14 2.04 6.48 -
YUV 32.51 150.85 158.31 -
System Red Green Blue C M Y K H S L
Decimal 75 3 73 0 0.96 0.03 0.71 301.67 0.92 0.15
Hex 4B 3 49 0 60 3 47 12E 5C F
Octal 113 3 111 0 140 3 107 456 134 17
Binary 1001011 11 1001001 0 1100000 11 1000111 100101110 1011100 1111

Color Harmonies of #4B0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0349

Black with #4B0349

Text Example


Text Example

White with #4B0349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B0349; }

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

 H1.HeaderClassName
 {
   color: #4B0349;
 }
 .AnyTagClassName
 {
   color: #4B0349;
 }
</style>

background-color css

<style>
 a { background-color: #4B0349; }

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

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

border-color css

<style>
 span { border-color: #4B0349; }

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

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