#4E094A

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

Shades of Mardi Gras #4E094A

Tints of Mardi Gras #4E094A

Color information

#4E094A (or 0x4E094A) is unknown color: approx Mardi Gras. HEX triplet: 4E, 09 and 4A. RGB value is (78,9,74). Sum of RGB (Red+Green+Blue) = 78+9+74=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E094A is #B1F6B5. Grayscale: #242424. Windows color (decimal): -11663030 or 4852046. OLE color: 4852046.

HSL color Cylindrical-coordinate representation of color #4E094A: hue angle of 303.48º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E094A is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB78974-
CMYK00.880.050.69
HSL303.48º79.31%17.06%-
HSV(B)303.48º88.46%30.59%-
XYZ4.482.316.69-
YUV37.04148.86157.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.45%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 74 (29.30% from 255) = 45.96%
R=48.45%
G=5.59%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7897400.880.050.69303.4879.3117.06
Hex4E94A05854512f4f11
Octal116111120130510545711721
Binary100111010011001010010110001011000101100101111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,9,74); }

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

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

 a { background-color: rgb(78,9,74); }

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

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

 span { border-color: rgb(78,9,74); }

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