#450446

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

Shades of Mardi Gras #450446

Tints of Mardi Gras #450446

Color information

#450446 (or 0x450446) is unknown color: approx Mardi Gras. HEX triplet: 45, 04 and 46. RGB value is (69,4,70). Sum of RGB (Red+Green+Blue) = 69+4+70=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #450446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450446 is #BAFBB9. Grayscale: #1E1E1E. Windows color (decimal): -12254138 or 4588613. OLE color: 4588613.

HSL color Cylindrical-coordinate representation of color #450446: hue angle of 299.09º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450446 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB69470-
CMYK0.010.9400.73
HSL299.09º89.19%14.51%-
HSV(B)299.09º94.29%27.45%-
XYZ3.61.795.95-
YUV30.96150.03155.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=48.25%
G=2.80%
B=48.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal694700.010.9400.73299.0989.1914.51
Hex4544615E04912b59f
Octal10541061136011145313117
Binary10001011001000110110111100100100110010101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450446; }

 p { color: rgb(69,4,70); }

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

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

 a { background-color: rgb(69,4,70); }

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

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

 span { border-color: rgb(69,4,70); }

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