#460B48

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

Shades of Mardi Gras #460B48

Tints of Mardi Gras #460B48

Color information

#460B48 (or 0x460B48) is unknown color: approx Mardi Gras. HEX triplet: 46, 0B and 48. RGB value is (70,11,72). Sum of RGB (Red+Green+Blue) = 70+11+72=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #460B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B48 is #B9F4B7. Grayscale: #232323. Windows color (decimal): -12186808 or 4721478. OLE color: 4721478.

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

Color convert

RGB701172-
CMYK0.030.8500.72
HSL298.03º73.49%16.27%-
HSV(B)298.03º84.72%28.24%-
XYZ3.822.016.32-
YUV35.6148.55152.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 11 (4.69% from 255) = 7.19%
BLUE value IS 72 (28.52% from 255) = 47.06%
R=45.75%
G=7.19%
B=47.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7011720.030.8500.72298.0373.4916.27
Hex46B4835504812a4910
Octal106131103125011045211120
Binary10001101011100100011101010101001000100101010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460B48; }

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

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

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

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

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

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

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

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