#460447

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

Shades of Mardi Gras #460447

Tints of Mardi Gras #460447

Color information

#460447 (or 0x460447) is unknown color: approx Mardi Gras. HEX triplet: 46, 04 and 47. RGB value is (70,4,71). Sum of RGB (Red+Green+Blue) = 70+4+71=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #460447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460447 is #B9FBB8. Grayscale: #1F1F1F. Windows color (decimal): -12188601 or 4654150. OLE color: 4654150.

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

Color convert

RGB70471-
CMYK0.010.9400.72
HSL299.1º89.33%14.71%-
HSV(B)299.1º94.37%27.84%-
XYZ3.711.846.12-
YUV31.37150.37155.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=48.28%
G=2.76%
B=48.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal704710.010.9400.72299.189.3314.71
Hex4644715E04812b59f
Octal10641071136011045313117
Binary10001101001000111110111100100100010010101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460447; }

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

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

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

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

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

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

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

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