#450442

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

Shades of Mardi Gras #450442

Tints of Mardi Gras #450442

Color information

#450442 (or 0x450442) is unknown color: approx Mardi Gras. HEX triplet: 45, 04 and 42. RGB value is (69,4,66). Sum of RGB (Red+Green+Blue) = 69+4+66=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #450442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450442 is #BAFBBD. Grayscale: #1E1E1E. Windows color (decimal): -12254142 or 4326469. OLE color: 4326469.

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

Color convert

RGB69466-
CMYK00.940.040.73
HSL302.77º89.04%14.31%-
HSV(B)302.77º94.2%27.06%-
XYZ3.481.755.31-
YUV30.5148.03155.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.64%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 66 (26.17% from 255) = 47.48%
R=49.64%
G=2.88%
B=47.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6946600.940.040.73302.7789.0414.31
Hex4544205E44912f59e
Octal10541020136411145713116
Binary1000101100100001001011110100100100110010111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450442; }

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

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

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

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

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

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

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

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