#4B0B49

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

Shades of Mardi Gras #4B0B49

Tints of Mardi Gras #4B0B49

Color information

#4B0B49 (or 0x4B0B49) is unknown color: approx Mardi Gras. HEX triplet: 4B, 0B and 49. RGB value is (75,11,73). Sum of RGB (Red+Green+Blue) = 75+11+73=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0B49 is #B4F4B6. Grayscale: #252525. Windows color (decimal): -11859127 or 4787019. OLE color: 4787019.

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

Color convert

RGB751173-
CMYK00.850.030.71
HSL301.88º74.42%16.86%-
HSV(B)301.88º85.33%29.41%-
XYZ4.222.226.51-
YUV37.2148.2154.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.17%
GREEN value IS 11 (4.69% from 255) = 6.92%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=47.17%
G=6.92%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75117300.850.030.71301.8874.4216.86
Hex4BB4905534712e4a11
Octal113131110125310745611221
Binary10010111011100100101010101111000111100101110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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