#460145

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

Shades of Mardi Gras #460145

Tints of Mardi Gras #460145

Color information

#460145 (or 0x460145) is unknown color: approx Mardi Gras. HEX triplet: 46, 01 and 45. RGB value is (70,1,69). Sum of RGB (Red+Green+Blue) = 70+1+69=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #460145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460145 is #B9FEBA. Grayscale: #1D1D1D. Windows color (decimal): -12189371 or 4522310. OLE color: 4522310.

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

Color convert

RGB70169-
CMYK00.990.010.73
HSL300.87º97.18%13.92%-
HSV(B)300.87º98.57%27.45%-
XYZ3.611.755.78-
YUV29.38150.36156.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 69 (27.34% from 255) = 49.29%
R=50%
G=0.71%
B=49.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7016900.990.010.73300.8797.1813.92
Hex4614506314912d61e
Octal10611050143111145514116
Binary100011011000101011000111100100110010110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460145; }

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

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

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

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

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

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

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

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