#450246

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

Shades of Mardi Gras #450246

Tints of Mardi Gras #450246

Color information

#450246 (or 0x450246) is unknown color: approx Mardi Gras. HEX triplet: 45, 02 and 46. RGB value is (69,2,70). Sum of RGB (Red+Green+Blue) = 69+2+70=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #450246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450246 is #BAFDB9. Grayscale: #1D1D1D. Windows color (decimal): -12254650 or 4588101. OLE color: 4588101.

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

Color convert

RGB69270-
CMYK0.010.9700.73
HSL299.12º94.44%14.12%-
HSV(B)299.12º97.14%27.45%-
XYZ3.581.755.94-
YUV29.78150.7155.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 70 (27.73% from 255) = 49.65%
R=48.94%
G=1.42%
B=49.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal692700.010.9700.73299.1294.4414.12
Hex4524616104912b5ee
Octal10521061141011145313616
Binary1000101101000110111000010100100110010101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450246; }

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

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

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

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

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

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

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

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