#450849

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

Shades of Mardi Gras #450849

Tints of Mardi Gras #450849

Color information

#450849 (or 0x450849) is unknown color: approx Mardi Gras. HEX triplet: 45, 08 and 49. RGB value is (69,8,73). Sum of RGB (Red+Green+Blue) = 69+8+73=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #450849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450849 is #BAF7B6. Grayscale: #212121. Windows color (decimal): -12253111 or 4786245. OLE color: 4786245.

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

Color convert

RGB69873-
CMYK0.050.8900.71
HSL296.31º80.25%15.88%-
HSV(B)296.31º89.04%28.63%-
XYZ3.741.926.48-
YUV33.65150.21153.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46%
GREEN value IS 8 (3.52% from 255) = 5.33%
BLUE value IS 73 (28.91% from 255) = 48.67%
R=46%
G=5.33%
B=48.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal698730.050.8900.71296.3180.2515.88
Hex458495590471285010
Octal105101115131010745012020
Binary100010110001001001101101100101000111100101000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450849; }

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

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

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

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

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

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

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

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