#420748

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

Shades of Mardi Gras #420748

Tints of Mardi Gras #420748

Color information

#420748 (or 0x420748) is unknown color: approx Mardi Gras. HEX triplet: 42, 07 and 48. RGB value is (66,7,72). Sum of RGB (Red+Green+Blue) = 66+7+72=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #420748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420748 is #BDF8B7. Grayscale: #1F1F1F. Windows color (decimal): -12449976 or 4720450. OLE color: 4720450.

HSL color Cylindrical-coordinate representation of color #420748: hue angle of 294.46º 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 #420748 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB66772-
CMYK0.080.9000.72
HSL294.46º82.28%15.49%-
HSV(B)294.46º90.28%28.24%-
XYZ3.491.786.29-
YUV32.05150.55152.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=45.52%
G=4.83%
B=49.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal667720.080.9000.72294.4682.2815.49
Hex4274885A04812652f
Octal102711010132011044612217
Binary10000101111001000100010110100100100010010011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420748; }

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

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

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

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

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

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

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

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