#451946

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

Shades of Mardi Gras #451946

Tints of Mardi Gras #451946

Color information

#451946 (or 0x451946) is unknown color: approx Mardi Gras. HEX triplet: 45, 19 and 46. RGB value is (69,25,70). Sum of RGB (Red+Green+Blue) = 69+25+70=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 70 - color contains mainly: blue. Hex color #451946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451946 is #BAE6B9. Grayscale: #2B2B2B. Windows color (decimal): -12248762 or 4593989. OLE color: 4593989.

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

Color convert

RGB692570-
CMYK0.010.6400.73
HSL298.67º47.37%18.63%-
HSV(B)298.67º64.29%27.45%-
XYZ3.912.46.05-
YUV43.29143.08146.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 70 (27.73% from 255) = 42.68%
R=42.07%
G=15.24%
B=42.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6925700.010.6400.73298.6747.3718.63
Hex45194614004912b2f13
Octal10531106110001114535723
Binary1000101110011000110110000000100100110010101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451946; }

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

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

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

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

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

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

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

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