#460B42

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

Shades of Mardi Gras #460B42

Tints of Mardi Gras #460B42

Color information

#460B42 (or 0x460B42) is unknown color: approx Mardi Gras. HEX triplet: 46, 0B and 42. RGB value is (70,11,66). Sum of RGB (Red+Green+Blue) = 70+11+66=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #460B42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B42 is #B9F4BD. Grayscale: #222222. Windows color (decimal): -12186814 or 4328262. OLE color: 4328262.

HSL color Cylindrical-coordinate representation of color #460B42: hue angle of 304.07º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460B42 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB701166-
CMYK00.840.060.73
HSL304.07º72.84%15.88%-
HSV(B)304.07º84.29%27.45%-
XYZ3.631.935.34-
YUV34.91145.55153.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 11 (4.69% from 255) = 7.48%
BLUE value IS 66 (26.17% from 255) = 44.90%
R=47.62%
G=7.48%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70116600.840.060.73304.0772.8415.88
Hex46B420546491304910
Octal106131020124611146011120
Binary100011010111000010010101001101001001100110000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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