#4B0C47

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

Shades of Mardi Gras #4B0C47

Tints of Mardi Gras #4B0C47

Color information

#4B0C47 (or 0x4B0C47) is unknown color: approx Mardi Gras. HEX triplet: 4B, 0C and 47. RGB value is (75,12,71). Sum of RGB (Red+Green+Blue) = 75+12+71=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0C47 is #B4F3B8. Grayscale: #252525. Windows color (decimal): -11858873 or 4656203. OLE color: 4656203.

HSL color Cylindrical-coordinate representation of color #4B0C47: hue angle of 303.81º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B0C47 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB751271-
CMYK00.840.050.71
HSL303.81º72.41%17.06%-
HSV(B)303.81º84%29.41%-
XYZ4.172.216.17-
YUV37.56146.87154.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.47%
GREEN value IS 12 (5.08% from 255) = 7.59%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=47.47%
G=7.59%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75127100.840.050.71303.8172.4117.06
Hex4BC470545471304811
Octal113141070124510746011021
Binary100101111001000111010101001011000111100110000100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,12,71); }

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

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

 a { background-color: rgb(75,12,71); }

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

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

 span { border-color: rgb(75,12,71); }

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