Html Css Color HEX #420447 Mardi Gras

📋 copy color: '#420447'

red 66 ◦ green 4 ◦ blue 71

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

Shades of Mardi Gras #420447

Tints of Mardi Gras #420447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.84%

 BLUE value IS 71 (28.13% from 255) = 50.35%

R = 46.81%
G = 2.84%
B = 50.35%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#420447 (or 0x420447) is known color: Mardi Gras. HEX triplet: 42, 04 and 47. RGB value is (66,4,71). Sum of RGB (Red+Green+Blue) = 66+4+71=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #420447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420447 is #BDFBB8. Grayscale: #1D1D1D. Windows color (decimal): -12450745 or 4654146. OLE color: 4654146.

HSL color Cylindrical-coordinate representation of color #420447: hue angle of 295.52º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420447 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 4 71 -
CMYK 0.07 0.94 0 0.72
HSL 295.52º 0.89% 0.15% -
HSV(B) 295.52º 0.94% 0.28% -
XYZ 3.43 1.7 6.11 -
YUV 30.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 66 4 71 0.07 0.94 0 0.72 295.52 0.89 0.15
Hex 42 4 47 7 5E 0 48 128 59 F
Octal 102 4 107 7 136 0 110 450 131 17
Binary 1000010 100 1000111 111 1011110 0 1001000 100101000 1011001 1111

Color Harmonies of #420447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420447

Black with #420447

Text Example


Text Example

White with #420447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420447; }

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

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

background-color css

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

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

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

border-color css

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

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

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