Html Css Color HEX #420B46 Mardi Gras

📋 copy color: '#420B46'

red 66 ◦ green 11 ◦ blue 70

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

Shades of Mardi Gras #420B46

Tints of Mardi Gras #420B46

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.48%

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

R = 44.9%
G = 7.48%
B = 47.62%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#420B46 (or 0x420B46) is known color: Mardi Gras. HEX triplet: 42, 0B and 46. RGB value is (66,11,70). Sum of RGB (Red+Green+Blue) = 66+11+70=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #420B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B46 is #BDF4B9. Grayscale: #212121. Windows color (decimal): -12448954 or 4590402. OLE color: 4590402.

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

Color convert

RGB 66 11 70 -
CMYK 0.06 0.84 0 0.73
HSL 295.93º 0.73% 0.16% -
HSV(B) 295.93º 0.84% 0.27% -
XYZ 3.47 1.84 5.97 -
YUV 34.17 148.22 150.7 -
System Red Green Blue C M Y K H S L
Decimal 66 11 70 0.06 0.84 0 0.73 295.93 0.73 0.16
Hex 42 B 46 6 54 0 49 128 49 10
Octal 102 13 106 6 124 0 111 450 111 20
Binary 1000010 1011 1000110 110 1010100 0 1001001 100101000 1001001 10000

Color Harmonies of #420B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B46

Black with #420B46

Text Example


Text Example

White with #420B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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