#420445

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

Shades of Mardi Gras #420445

Tints of Mardi Gras #420445

Color information

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

HSL color Cylindrical-coordinate representation of color #420445: hue angle of 297.23º 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 #420445 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB66469-
CMYK0.040.9400.73
HSL297.23º89.04%14.31%-
HSV(B)297.23º94.2%27.06%-
XYZ3.361.675.78-
YUV29.95150.04153.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal664690.040.9400.73297.2389.0414.31
Hex4244545E04912959e
Octal10241054136011145113116
Binary1000010100100010110010111100100100110010100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420445; }

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

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

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

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

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

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

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

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