#460847

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

Shades of Mardi Gras #460847

Tints of Mardi Gras #460847

Color information

#460847 (or 0x460847) is unknown color: approx Mardi Gras. HEX triplet: 46, 08 and 47. RGB value is (70,8,71). Sum of RGB (Red+Green+Blue) = 70+8+71=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #460847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460847 is #B9F7B8. Grayscale: #212121. Windows color (decimal): -12187577 or 4655174. OLE color: 4655174.

HSL color Cylindrical-coordinate representation of color #460847: hue angle of 299.05º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460847 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB70871-
CMYK0.010.8900.72
HSL299.05º79.75%15.49%-
HSV(B)299.05º88.73%27.84%-
XYZ3.751.936.14-
YUV33.72149.04153.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 71 (28.12% from 255) = 47.65%
R=46.98%
G=5.37%
B=47.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal708710.010.8900.72299.0579.7515.49
Hex4684715904812b50f
Octal106101071131011045312017
Binary100011010001000111110110010100100010010101110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460847; }

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

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

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

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

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

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

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

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