#420744

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

Shades of Mardi Gras #420744

Tints of Mardi Gras #420744

Color information

#420744 (or 0x420744) is unknown color: approx Mardi Gras. HEX triplet: 42, 07 and 44. RGB value is (66,7,68). Sum of RGB (Red+Green+Blue) = 66+7+68=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #420744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420744 is #BDF8BB. Grayscale: #1F1F1F. Windows color (decimal): -12449980 or 4458306. OLE color: 4458306.

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

Color convert

RGB66768-
CMYK0.030.9000.73
HSL298.03º81.33%14.71%-
HSV(B)298.03º89.71%26.67%-
XYZ3.371.735.62-
YUV31.6148.55152.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.81%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 68 (26.95% from 255) = 48.23%
R=46.81%
G=4.96%
B=48.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal667680.030.9000.73298.0381.3314.71
Hex4274435A04912a51f
Octal10271043132011145212117
Binary100001011110001001110110100100100110010101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420744; }

 p { color: rgb(66,7,68); }

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

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

 a { background-color: rgb(66,7,68); }

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

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

 span { border-color: rgb(66,7,68); }

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