Html Css Color HEX #420846 Mardi Gras

📋 copy color: '#420846'

red 66 ◦ green 8 ◦ blue 70

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

Shades of Mardi Gras #420846

Tints of Mardi Gras #420846

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.56%

 BLUE value IS 70 (27.73% from 255) = 48.61%

R = 45.83%
G = 5.56%
B = 48.61%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#420846 (or 0x420846) is known color: Mardi Gras. HEX triplet: 42, 08 and 46. RGB value is (66,8,70). Sum of RGB (Red+Green+Blue) = 66+8+70=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #420846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420846 is #BDF7B9. Grayscale: #202020. Windows color (decimal): -12449722 or 4589634. OLE color: 4589634.

HSL color Cylindrical-coordinate representation of color #420846: hue angle of 296.13º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420846 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 8 70 -
CMYK 0.06 0.89 0 0.73
HSL 296.13º 0.79% 0.15% -
HSV(B) 296.13º 0.89% 0.27% -
XYZ 3.44 1.77 5.96 -
YUV 32.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 66 8 70 0.06 0.89 0 0.73 296.13 0.79 0.15
Hex 42 8 46 6 59 0 49 128 4F F
Octal 102 10 106 6 131 0 111 450 117 17
Binary 1000010 1000 1000110 110 1011001 0 1001001 100101000 1001111 1111

Color Harmonies of #420846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420846

Black with #420846

Text Example


Text Example

White with #420846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420846; }

 p { color: rgb(66,8,70); }

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

background-color css

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

 a { background-color: rgb(66,8,70); }

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

border-color css

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

 span { border-color: rgb(66,8,70); }

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