#460247

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

Shades of Mardi Gras #460247

Tints of Mardi Gras #460247

Color information

#460247 (or 0x460247) is unknown color: approx Mardi Gras. HEX triplet: 46, 02 and 47. RGB value is (70,2,71). Sum of RGB (Red+Green+Blue) = 70+2+71=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #460247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460247 is #B9FDB8. Grayscale: #1D1D1D. Windows color (decimal): -12189113 or 4653638. OLE color: 4653638.

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

Color convert

RGB70271-
CMYK0.010.9700.72
HSL299.13º94.52%14.31%-
HSV(B)299.13º97.18%27.84%-
XYZ3.681.86.11-
YUV30.2151.03156.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 71 (28.12% from 255) = 49.65%
R=48.95%
G=1.40%
B=49.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal702710.010.9700.72299.1394.5214.31
Hex4624716104812b5fe
Octal10621071141011045313716
Binary1000110101000111111000010100100010010101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460247; }

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

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

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

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

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

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

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

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