#430449

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

Shades of Mardi Gras #430449

Tints of Mardi Gras #430449

Color information

#430449 (or 0x430449) is unknown color: approx Mardi Gras. HEX triplet: 43, 04 and 49. RGB value is (67,4,73). Sum of RGB (Red+Green+Blue) = 67+4+73=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #430449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430449 is #BCFBB6. Grayscale: #1E1E1E. Windows color (decimal): -12385207 or 4785219. OLE color: 4785219.

HSL color Cylindrical-coordinate representation of color #430449: hue angle of 294.78º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430449 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB67473-
CMYK0.080.9500.71
HSL294.78º89.61%15.1%-
HSV(B)294.78º94.52%28.63%-
XYZ3.561.766.46-
YUV30.7151.87153.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.53%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 73 (28.91% from 255) = 50.69%
R=46.53%
G=2.78%
B=50.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal674730.080.9500.71294.7889.6115.1
Hex4344985F0471275af
Octal103411110137010744713217
Binary10000111001001001100010111110100011110010011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430449; }

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

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

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

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

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

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

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

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