#461047

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

Shades of Mardi Gras #461047

Tints of Mardi Gras #461047

Color information

#461047 (or 0x461047) is unknown color: approx Mardi Gras. HEX triplet: 46, 10 and 47. RGB value is (70,16,71). Sum of RGB (Red+Green+Blue) = 70+16+71=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #461047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461047 is #B9EFB8. Grayscale: #262626. Windows color (decimal): -12185529 or 4657222. OLE color: 4657222.

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

Color convert

RGB701671-
CMYK0.010.7700.72
HSL298.91º63.22%17.06%-
HSV(B)298.91º77.46%27.84%-
XYZ3.852.136.17-
YUV38.42146.39150.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 71 (28.12% from 255) = 45.22%
R=44.59%
G=10.19%
B=45.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7016710.010.7700.72298.9163.2217.06
Hex46104714D04812b3f11
Octal10620107111501104537721
Binary1000110100001000111110011010100100010010101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461047; }

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

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

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

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

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

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

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

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