#460249

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

Shades of Mardi Gras #460249

Tints of Mardi Gras #460249

Color information

#460249 (or 0x460249) is unknown color: approx Mardi Gras. HEX triplet: 46, 02 and 49. RGB value is (70,2,73). Sum of RGB (Red+Green+Blue) = 70+2+73=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #460249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460249 is #B9FDB6. Grayscale: #1E1E1E. Windows color (decimal): -12189111 or 4784710. OLE color: 4784710.

HSL color Cylindrical-coordinate representation of color #460249: hue angle of 297.46º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460249 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB70273-
CMYK0.040.9700.71
HSL297.46º94.67%14.71%-
HSV(B)297.46º97.26%28.63%-
XYZ3.751.836.46-
YUV30.43152.03156.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 73 (28.91% from 255) = 50.34%
R=48.28%
G=1.38%
B=50.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal702730.040.9700.71297.4694.6714.71
Hex462494610471295ff
Octal10621114141010745113717
Binary100011010100100110011000010100011110010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460249; }

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

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

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

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

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

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

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

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