Html Css Color HEX #420748 Mardi Gras

📋 copy color: '#420748'

red 66 ◦ green 7 ◦ blue 72

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

Shades of Mardi Gras #420748

Tints of Mardi Gras #420748

RGB

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

 GREEN value IS 7 (3.13% 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 value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#420748 (or 0x420748) is known color: 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

RGB 66 7 72 -
CMYK 0.08 0.90 0 0.72
HSL 294.46º 0.82% 0.15% -
HSV(B) 294.46º 0.9% 0.28% -
XYZ 3.49 1.78 6.29 -
YUV 32.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 66 7 72 0.08 0.90 0 0.72 294.46 0.82 0.15
Hex 42 7 48 8 5A 0 48 126 52 F
Octal 102 7 110 10 132 0 110 446 122 17
Binary 1000010 111 1001000 1000 1011010 0 1001000 100100110 1010010 1111

Color Harmonies of #420748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420748

Black with #420748

Text Example


Text Example

White with #420748

Text Example


Text Example

HTML Codes & Css Web 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>