#450249

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

Shades of Mardi Gras #450249

Tints of Mardi Gras #450249

Color information

#450249 (or 0x450249) is unknown color: approx Mardi Gras. HEX triplet: 45, 02 and 49. RGB value is (69,2,73). Sum of RGB (Red+Green+Blue) = 69+2+73=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 2 (1.17% from 255 or 1.39% 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 #450249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450249 is #BAFDB6. Grayscale: #1D1D1D. Windows color (decimal): -12254647 or 4784709. OLE color: 4784709.

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

Color convert

RGB69273-
CMYK0.050.9700.71
HSL296.62º94.67%14.71%-
HSV(B)296.62º97.26%28.63%-
XYZ3.681.796.45-
YUV30.13152.2155.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 73 (28.91% from 255) = 50.69%
R=47.92%
G=1.39%
B=50.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal692730.050.9700.71296.6294.6714.71
Hex452495610471295ff
Octal10521115141010745113717
Binary100010110100100110111000010100011110010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450249; }

 p { color: rgb(69,2,73); }

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

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

 a { background-color: rgb(69,2,73); }

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

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

 span { border-color: rgb(69,2,73); }

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