#460148

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

Shades of Mardi Gras #460148

Tints of Mardi Gras #460148

Color information

#460148 (or 0x460148) is unknown color: approx Mardi Gras. HEX triplet: 46, 01 and 48. RGB value is (70,1,72). Sum of RGB (Red+Green+Blue) = 70+1+72=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #460148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460148 is #B9FEB7. Grayscale: #1D1D1D. Windows color (decimal): -12189368 or 4718918. OLE color: 4718918.

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

Color convert

RGB70172-
CMYK0.030.9900.72
HSL298.31º97.26%14.31%-
HSV(B)298.31º98.61%28.24%-
XYZ3.711.796.28-
YUV29.72151.86156.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=48.95%
G=0.70%
B=50.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal701720.030.9900.72298.3197.2614.31
Hex4614836304812a61e
Octal10611103143011045214116
Binary1000110110010001111000110100100010010101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460148; }

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

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

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

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

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

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

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

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