#460245

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

Shades of Mardi Gras #460245

Tints of Mardi Gras #460245

Color information

#460245 (or 0x460245) is unknown color: approx Mardi Gras. HEX triplet: 46, 02 and 45. RGB value is (70,2,69). Sum of RGB (Red+Green+Blue) = 70+2+69=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #460245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460245 is #B9FDBA. Grayscale: #1D1D1D. Windows color (decimal): -12189115 or 4522566. OLE color: 4522566.

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

Color convert

RGB70269-
CMYK00.970.010.73
HSL300.88º94.44%14.12%-
HSV(B)300.88º97.14%27.45%-
XYZ3.621.785.78-
YUV29.97150.03156.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 69 (27.34% from 255) = 48.94%
R=49.65%
G=1.42%
B=48.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7026900.970.010.73300.8894.4414.12
Hex4624506114912d5ee
Octal10621050141111145513616
Binary1000110101000101011000011100100110010110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460245; }

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

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

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

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

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

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

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

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