#460B45

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

Shades of Mardi Gras #460B45

Tints of Mardi Gras #460B45

Color information

#460B45 (or 0x460B45) is unknown color: approx Mardi Gras. HEX triplet: 46, 0B and 45. RGB value is (70,11,69). Sum of RGB (Red+Green+Blue) = 70+11+69=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #460B45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B45 is #B9F4BA. Grayscale: #232323. Windows color (decimal): -12186811 or 4524870. OLE color: 4524870.

HSL color Cylindrical-coordinate representation of color #460B45: hue angle of 301.02º 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 #460B45 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB701169-
CMYK00.840.010.73
HSL301.02º72.84%15.88%-
HSV(B)301.02º84.29%27.45%-
XYZ3.721.975.81-
YUV35.25147.05152.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 11 (4.69% from 255) = 7.33%
BLUE value IS 69 (27.34% from 255) = 46%
R=46.67%
G=7.33%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70116900.840.010.73301.0272.8415.88
Hex46B4505414912d4910
Octal106131050124111145511120
Binary1000110101110001010101010011001001100101101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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