#450747

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

Shades of Mardi Gras #450747

Tints of Mardi Gras #450747

Color information

#450747 (or 0x450747) is unknown color: approx Mardi Gras. HEX triplet: 45, 07 and 47. RGB value is (69,7,71). Sum of RGB (Red+Green+Blue) = 69+7+71=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #450747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450747 is #BAF8B8. Grayscale: #202020. Windows color (decimal): -12253369 or 4654917. OLE color: 4654917.

HSL color Cylindrical-coordinate representation of color #450747: hue angle of 298.12º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450747 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB69771-
CMYK0.030.9000.72
HSL298.12º82.05%15.29%-
HSV(B)298.12º90.14%27.84%-
XYZ3.671.876.13-
YUV32.83149.54153.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 71 (28.12% from 255) = 48.30%
R=46.94%
G=4.76%
B=48.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal697710.030.9000.72298.1282.0515.29
Hex4574735A04812a52f
Octal10571073132011045212217
Binary100010111110001111110110100100100010010101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450747; }

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

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

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

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

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

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

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

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