#46054B

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

Shades of Mardi Gras #46054B

Tints of Mardi Gras #46054B

Color information

#46054B (or 0x46054B) is unknown color: approx Mardi Gras. HEX triplet: 46, 05 and 4B. RGB value is (70,5,75). Sum of RGB (Red+Green+Blue) = 70+5+75=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #46054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46054B is #B9FAB4. Grayscale: #202020. Windows color (decimal): -12188341 or 4916550. OLE color: 4916550.

HSL color Cylindrical-coordinate representation of color #46054B: hue angle of 295.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46054B is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB70575-
CMYK0.070.9300.71
HSL295.71º87.5%15.69%-
HSV(B)295.71º93.33%29.41%-
XYZ3.851.926.82-
YUV32.42152.03154.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 75 (29.69% from 255) = 50%
R=46.67%
G=3.33%
B=50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal705750.070.9300.71295.7187.515.69
Hex4654B75D0471285810
Octal10651137135010745013020
Binary10001101011001011111101110101000111100101000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46054B; }

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

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

<style>
 a { background-color: #46054B; }

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

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

<style>
 span { border-color: #46054B; }

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

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