#460548

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

Shades of Mardi Gras #460548

Tints of Mardi Gras #460548

Color information

#460548 (or 0x460548) is unknown color: approx Mardi Gras. HEX triplet: 46, 05 and 48. RGB value is (70,5,72). Sum of RGB (Red+Green+Blue) = 70+5+72=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #460548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460548 is #B9FAB7. Grayscale: #1F1F1F. Windows color (decimal): -12188344 or 4719942. OLE color: 4719942.

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

Color convert

RGB70572-
CMYK0.030.9300.72
HSL298.21º87.01%15.1%-
HSV(B)298.21º93.06%28.24%-
XYZ3.751.886.3-
YUV32.07150.53155.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 72 (28.52% from 255) = 48.98%
R=47.62%
G=3.40%
B=48.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal705720.030.9300.72298.2187.0115.1
Hex4654835D04812a57f
Octal10651103135011045212717
Binary100011010110010001110111010100100010010101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460548; }

 p { color: rgb(70,5,72); }

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

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

 a { background-color: rgb(70,5,72); }

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

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

 span { border-color: rgb(70,5,72); }

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