#460C47

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

Shades of Mardi Gras #460C47

Tints of Mardi Gras #460C47

Color information

#460C47 (or 0x460C47) is unknown color: approx Mardi Gras. HEX triplet: 46, 0C and 47. RGB value is (70,12,71). Sum of RGB (Red+Green+Blue) = 70+12+71=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #460C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460C47 is #B9F3B8. Grayscale: #232323. Windows color (decimal): -12186553 or 4656198. OLE color: 4656198.

HSL color Cylindrical-coordinate representation of color #460C47: hue angle of 298.98º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #460C47 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB701271-
CMYK0.010.8300.72
HSL298.98º71.08%16.27%-
HSV(B)298.98º83.1%27.84%-
XYZ3.792.026.15-
YUV36.07147.72152.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 12 (5.08% from 255) = 7.84%
BLUE value IS 71 (28.12% from 255) = 46.41%
R=45.75%
G=7.84%
B=46.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7012710.010.8300.72298.9871.0816.27
Hex46C4715304812b4710
Octal106141071123011045310720
Binary1000110110010001111101001101001000100101011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460C47; }

 p { color: rgb(70,12,71); }

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

<style>
 a { background-color: #460C47; }

 a { background-color: rgb(70,12,71); }

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

<style>
 span { border-color: #460C47; }

 span { border-color: rgb(70,12,71); }

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