#451048

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

Shades of Mardi Gras #451048

Tints of Mardi Gras #451048

Color information

#451048 (or 0x451048) is unknown color: approx Mardi Gras. HEX triplet: 45, 10 and 48. RGB value is (69,16,72). Sum of RGB (Red+Green+Blue) = 69+16+72=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #451048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451048 is #BAEFB7. Grayscale: #262626. Windows color (decimal): -12251064 or 4722757. OLE color: 4722757.

HSL color Cylindrical-coordinate representation of color #451048: hue angle of 296.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #451048 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB691672-
CMYK0.040.7800.72
HSL296.79º63.64%17.25%-
HSV(B)296.79º77.78%28.24%-
XYZ3.812.16.34-
YUV38.23147.06149.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=43.95%
G=10.19%
B=45.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6916720.040.7800.72296.7963.6417.25
Hex45104844E0481294011
Octal105201104116011045110021
Binary1000101100001001000100100111001001000100101001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451048; }

 p { color: rgb(69,16,72); }

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

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

 a { background-color: rgb(69,16,72); }

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

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

 span { border-color: rgb(69,16,72); }

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