#4B1446

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

Shades of Mardi Gras #4B1446

Tints of Mardi Gras #4B1446

Color information

#4B1446 (or 0x4B1446) is unknown color: approx Mardi Gras. HEX triplet: 4B, 14 and 46. RGB value is (75,20,70). Sum of RGB (Red+Green+Blue) = 75+20+70=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1446 is #B4EBB9. Grayscale: #2A2A2A. Windows color (decimal): -11856826 or 4592715. OLE color: 4592715.

HSL color Cylindrical-coordinate representation of color #4B1446: hue angle of 305.45º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B1446 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB752070-
CMYK00.730.070.71
HSL305.45º57.89%18.63%-
HSV(B)305.45º73.33%29.41%-
XYZ4.262.446.04-
YUV42.14143.72151.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.45%
GREEN value IS 20 (8.20% from 255) = 12.12%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=45.45%
G=12.12%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75207000.730.070.71305.4557.8918.63
Hex4B14460497471313a13
Octal11324106011171074617223
Binary100101110100100011001001001111100011110011000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,20,70); }

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

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

 a { background-color: rgb(75,20,70); }

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

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

 span { border-color: rgb(75,20,70); }

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