#46094B

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

Shades of Mardi Gras #46094B

Tints of Mardi Gras #46094B

Color information

#46094B (or 0x46094B) is unknown color: approx Mardi Gras. HEX triplet: 46, 09 and 4B. RGB value is (70,9,75). Sum of RGB (Red+Green+Blue) = 70+9+75=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #46094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46094B is #B9F6B4. Grayscale: #222222. Windows color (decimal): -12187317 or 4917574. OLE color: 4917574.

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

Color convert

RGB70975-
CMYK0.070.8800.71
HSL295.45º78.57%16.47%-
HSV(B)295.45º88%29.41%-
XYZ3.892.016.84-
YUV34.76150.71153.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 9 (3.91% from 255) = 5.84%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=45.45%
G=5.84%
B=48.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal709750.070.8800.71295.4578.5716.47
Hex4694B7580471274f10
Octal106111137130010744711720
Binary100011010011001011111101100001000111100100111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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