Html Css Color HEX #420749 Mardi Gras

📋 copy color: '#420749'

red 66 ◦ green 7 ◦ blue 73

#420749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #420749

Tints of Mardi Gras #420749

RGB

 RED value IS 66 (26.17% from 255) = 45.21%

 GREEN value IS 7 (3.13% from 255) = 4.79%

 BLUE value IS 73 (28.91% from 255) = 50%

R = 45.21%
G = 4.79%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#420749 (or 0x420749) is known color: Mardi Gras. HEX triplet: 42, 07 and 49. RGB value is (66,7,73). Sum of RGB (Red+Green+Blue) = 66+7+73=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #420749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420749 is #BDF8B6. Grayscale: #1F1F1F. Windows color (decimal): -12449975 or 4785986. OLE color: 4785986.

HSL color Cylindrical-coordinate representation of color #420749: hue angle of 293.64º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #420749 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 7 73 -
CMYK 0.10 0.90 0 0.71
HSL 293.64º 0.83% 0.16% -
HSV(B) 293.64º 0.9% 0.29% -
XYZ 3.53 1.79 6.46 -
YUV 32.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 66 7 73 0.10 0.90 0 0.71 293.64 0.83 0.16
Hex 42 7 49 A 5A 0 47 126 52 10
Octal 102 7 111 12 132 0 107 446 122 20
Binary 1000010 111 1001001 1010 1011010 0 1000111 100100110 1010010 10000

Color Harmonies of #420749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420749

Black with #420749

Text Example


Text Example

White with #420749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420749; }

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

 H1.HeaderClassName
 {
   color: #420749;
 }
 .AnyTagClassName
 {
   color: #420749;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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