#460443

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

Shades of Mardi Gras #460443

Tints of Mardi Gras #460443

Color information

#460443 (or 0x460443) is unknown color: approx Mardi Gras. HEX triplet: 46, 04 and 43. RGB value is (70,4,67). Sum of RGB (Red+Green+Blue) = 70+4+67=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #460443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460443 is #B9FBBC. Grayscale: #1E1E1E. Windows color (decimal): -12188605 or 4392006. OLE color: 4392006.

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

Color convert

RGB70467-
CMYK00.940.040.73
HSL302.73º89.19%14.51%-
HSV(B)302.73º94.29%27.45%-
XYZ3.581.795.47-
YUV30.92148.37155.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 67 (26.56% from 255) = 47.52%
R=49.65%
G=2.84%
B=47.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7046700.940.040.73302.7389.1914.51
Hex4644305E44912f59f
Octal10641030136411145713117
Binary1000110100100001101011110100100100110010111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460443; }

 p { color: rgb(70,4,67); }

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

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

 a { background-color: rgb(70,4,67); }

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

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

 span { border-color: rgb(70,4,67); }

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