#46014B

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

Shades of Mardi Gras #46014B

Tints of Mardi Gras #46014B

Color information

#46014B (or 0x46014B) is unknown color: approx Mardi Gras. HEX triplet: 46, 01 and 4B. RGB value is (70,1,75). Sum of RGB (Red+Green+Blue) = 70+1+75=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #46014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46014B is #B9FEB4. Grayscale: #1D1D1D. Windows color (decimal): -12189365 or 4915526. OLE color: 4915526.

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

Color convert

RGB70175-
CMYK0.070.9900.71
HSL295.95º97.37%14.9%-
HSV(B)295.95º98.67%29.41%-
XYZ3.811.836.81-
YUV30.07153.36156.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=47.95%
G=0.68%
B=51.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal701750.070.9900.71295.9597.3714.9
Hex4614B76304712861f
Octal10611137143010745014117
Binary10001101100101111111000110100011110010100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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