#45094B

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

Shades of Mardi Gras #45094B

Tints of Mardi Gras #45094B

Color information

#45094B (or 0x45094B) is unknown color: approx Mardi Gras. HEX triplet: 45, 09 and 4B. RGB value is (69,9,75). Sum of RGB (Red+Green+Blue) = 69+9+75=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #45094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45094B is #BAF6B4. Grayscale: #222222. Windows color (decimal): -12252853 or 4917573. OLE color: 4917573.

HSL color Cylindrical-coordinate representation of color #45094B: hue angle of 294.55º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45094B is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB69975-
CMYK0.080.8800.71
HSL294.55º78.57%16.47%-
HSV(B)294.55º88%29.41%-
XYZ3.821.976.84-
YUV34.46150.88152.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 9 (3.91% from 255) = 5.88%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=45.10%
G=5.88%
B=49.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal699750.080.8800.71294.5578.5716.47
Hex4594B8580471274f10
Octal1051111310130010744711720
Binary1000101100110010111000101100001000111100100111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45094B; }

 p { color: rgb(69,9,75); }

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

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

 a { background-color: rgb(69,9,75); }

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

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

 span { border-color: rgb(69,9,75); }

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