#450947

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

Shades of Mardi Gras #450947

Tints of Mardi Gras #450947

Color information

#450947 (or 0x450947) is unknown color: approx Mardi Gras. HEX triplet: 45, 09 and 47. RGB value is (69,9,71). Sum of RGB (Red+Green+Blue) = 69+9+71=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #450947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450947 is #BAF6B8. Grayscale: #212121. Windows color (decimal): -12252857 or 4655429. OLE color: 4655429.

HSL color Cylindrical-coordinate representation of color #450947: hue angle of 298.06º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #450947 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB69971-
CMYK0.030.8700.72
HSL298.06º77.5%15.69%-
HSV(B)298.06º87.32%27.84%-
XYZ3.691.926.14-
YUV34.01148.88152.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 71 (28.12% from 255) = 47.65%
R=46.31%
G=6.04%
B=47.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal699710.030.8700.72298.0677.515.69
Hex4594735704812a4e10
Octal105111073127011045211620
Binary10001011001100011111101011101001000100101010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450947; }

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

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

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

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

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

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

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

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