#450546

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

Shades of Mardi Gras #450546

Tints of Mardi Gras #450546

Color information

#450546 (or 0x450546) is unknown color: approx Mardi Gras. HEX triplet: 45, 05 and 46. RGB value is (69,5,70). Sum of RGB (Red+Green+Blue) = 69+5+70=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #450546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450546 is #BAFAB9. Grayscale: #1F1F1F. Windows color (decimal): -12253882 or 4588869. OLE color: 4588869.

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

Color convert

RGB69570-
CMYK0.010.9300.73
HSL299.08º86.67%14.71%-
HSV(B)299.08º92.86%27.45%-
XYZ3.611.825.95-
YUV31.55149.7154.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 70 (27.73% from 255) = 48.61%
R=47.92%
G=3.47%
B=48.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal695700.010.9300.73299.0886.6714.71
Hex4554615D04912b57f
Octal10551061135011145312717
Binary10001011011000110110111010100100110010101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450546; }

 p { color: rgb(69,5,70); }

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

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

 a { background-color: rgb(69,5,70); }

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

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

 span { border-color: rgb(69,5,70); }

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