#460748

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

Shades of Mardi Gras #460748

Tints of Mardi Gras #460748

Color information

#460748 (or 0x460748) is unknown color: approx Mardi Gras. HEX triplet: 46, 07 and 48. RGB value is (70,7,72). Sum of RGB (Red+Green+Blue) = 70+7+72=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #460748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460748 is #B9F8B7. Grayscale: #212121. Windows color (decimal): -12187832 or 4720454. OLE color: 4720454.

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

Color convert

RGB70772-
CMYK0.030.9000.72
HSL298.15º82.28%15.49%-
HSV(B)298.15º90.28%28.24%-
XYZ3.771.926.3-
YUV33.25149.87154.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=46.98%
G=4.70%
B=48.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal707720.030.9000.72298.1582.2815.49
Hex4674835A04812a52f
Octal10671103132011045212217
Binary100011011110010001110110100100100010010101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460748; }

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

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

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

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

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

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

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

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