#4B0C45

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

Shades of Mardi Gras #4B0C45

Tints of Mardi Gras #4B0C45

Color information

#4B0C45 (or 0x4B0C45) is unknown color: approx Mardi Gras. HEX triplet: 4B, 0C and 45. RGB value is (75,12,69). Sum of RGB (Red+Green+Blue) = 75+12+69=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0C45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0C45 is #B4F3BA. Grayscale: #252525. Windows color (decimal): -11858875 or 4525131. OLE color: 4525131.

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

Color convert

RGB751269-
CMYK00.840.080.71
HSL305.71º72.41%17.06%-
HSV(B)305.71º84%29.41%-
XYZ4.112.195.84-
YUV37.34145.87154.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.08%
GREEN value IS 12 (5.08% from 255) = 7.69%
BLUE value IS 69 (27.34% from 255) = 44.23%
R=48.08%
G=7.69%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75126900.840.080.71305.7172.4117.06
Hex4BC450548471324811
Octal1131410501241010746211021
Binary1001011110010001010101010010001000111100110010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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