#460844

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

Shades of Mardi Gras #460844

Tints of Mardi Gras #460844

Color information

#460844 (or 0x460844) is unknown color: approx Mardi Gras. HEX triplet: 46, 08 and 44. RGB value is (70,8,68). Sum of RGB (Red+Green+Blue) = 70+8+68=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #460844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460844 is #B9F7BB. Grayscale: #212121. Windows color (decimal): -12187580 or 4458566. OLE color: 4458566.

HSL color Cylindrical-coordinate representation of color #460844: hue angle of 301.94º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460844 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB70868-
CMYK00.890.030.73
HSL301.94º79.49%15.29%-
HSV(B)301.94º88.57%27.45%-
XYZ3.661.895.64-
YUV33.38147.54154.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 68 (26.95% from 255) = 46.58%
R=47.95%
G=5.48%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7086800.890.030.73301.9479.4915.29
Hex4684405934912e4ff
Octal106101040131311145611717
Binary1000110100010001000101100111100100110010111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460844; }

 p { color: rgb(70,8,68); }

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

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

 a { background-color: rgb(70,8,68); }

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

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

 span { border-color: rgb(70,8,68); }

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