#45084A

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

Shades of Mardi Gras #45084A

Tints of Mardi Gras #45084A

Color information

#45084A (or 0x45084A) is unknown color: approx Mardi Gras. HEX triplet: 45, 08 and 4A. RGB value is (69,8,74). Sum of RGB (Red+Green+Blue) = 69+8+74=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #45084A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45084A is #BAF7B5. Grayscale: #212121. Windows color (decimal): -12253110 or 4851781. OLE color: 4851781.

HSL color Cylindrical-coordinate representation of color #45084A: hue angle of 295.45º 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 #45084A is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB69874-
CMYK0.070.8900.71
HSL295.45º80.49%16.08%-
HSV(B)295.45º89.19%29.02%-
XYZ3.781.936.65-
YUV33.76150.71153.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.70%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=45.70%
G=5.30%
B=49.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal698740.070.8900.71295.4580.4916.08
Hex4584A7590471275010
Octal105101127131010744712020
Binary100010110001001010111101100101000111100100111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45084A; }

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

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

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

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

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

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

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

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