#460948

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

Shades of Mardi Gras #460948

Tints of Mardi Gras #460948

Color information

#460948 (or 0x460948) is unknown color: approx Mardi Gras. HEX triplet: 46, 09 and 48. RGB value is (70,9,72). Sum of RGB (Red+Green+Blue) = 70+9+72=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #460948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460948 is #B9F6B7. Grayscale: #222222. Windows color (decimal): -12187320 or 4720966. OLE color: 4720966.

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

Color convert

RGB70972-
CMYK0.030.8800.72
HSL298.1º77.78%15.88%-
HSV(B)298.1º87.5%28.24%-
XYZ3.791.976.31-
YUV34.42149.21153.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=46.36%
G=5.96%
B=47.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal709720.030.8800.72298.177.7815.88
Hex4694835804812a4e10
Octal106111103130011045211620
Binary10001101001100100011101100001001000100101010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460948; }

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

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

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

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

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

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

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

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