Html Css Color HEX #46014C Mardi Gras

📋 copy color: '#46014C'

red 70 ◦ green 1 ◦ blue 76

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

Shades of Mardi Gras #46014C

Tints of Mardi Gras #46014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

 BLUE value IS 76 (30.08% from 255) = 51.7%

R = 47.62%
G = 0.68%
B = 51.7%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46014C (or 0x46014C) is known color: Mardi Gras. HEX triplet: 46, 01 and 4C. RGB value is (70,1,76). Sum of RGB (Red+Green+Blue) = 70+1+76=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #46014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46014C is #B9FEB3. Grayscale: #1D1D1D. Windows color (decimal): -12189364 or 4981062. OLE color: 4981062.

HSL color Cylindrical-coordinate representation of color #46014C: hue angle of 295.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46014C is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 1 76 -
CMYK 0.08 0.99 0 0.70
HSL 295.2º 0.97% 0.15% -
HSV(B) 295.2º 0.99% 0.3% -
XYZ 3.84 1.85 6.99 -
YUV 30.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 70 1 76 0.08 0.99 0 0.70 295.2 0.97 0.15
Hex 46 1 4C 8 63 0 46 127 61 F
Octal 106 1 114 10 143 0 106 447 141 17
Binary 1000110 1 1001100 1000 1100011 0 1000110 100100111 1100001 1111

Color Harmonies of #46014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46014C

Black with #46014C

Text Example


Text Example

White with #46014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46014C; }

 p { color: rgb(70,1,76); }

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

background-color css

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

 a { background-color: rgb(70,1,76); }

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

border-color css

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

 span { border-color: rgb(70,1,76); }

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