Html Css Color HEX #4A0E44 Mardi Gras

📋 copy color: '#4A0E44'

red 74 ◦ green 14 ◦ blue 68

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

Shades of Mardi Gras #4A0E44

Tints of Mardi Gras #4A0E44

RGB

 RED value IS 74 (29.3% from 255) = 47.44%

 GREEN value IS 14 (5.86% from 255) = 8.97%

 BLUE value IS 68 (26.95% from 255) = 43.59%

R = 47.44%
G = 8.97%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#4A0E44 (or 0x4A0E44) is known color: Mardi Gras. HEX triplet: 4A, 0E and 44. RGB value is (74,14,68). Sum of RGB (Red+Green+Blue) = 74+14+68=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0E44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0E44 is #B5F1BB. Grayscale: #252525. Windows color (decimal): -11923900 or 4460106. OLE color: 4460106.

HSL color Cylindrical-coordinate representation of color #4A0E44: hue angle of 306º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A0E44 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 14 68 -
CMYK 0 0.81 0.08 0.71
HSL 306º 0.68% 0.17% -
HSV(B) 306º 0.81% 0.29% -
XYZ 4.02 2.19 5.68 -
YUV 38.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 74 14 68 0 0.81 0.08 0.71 306 0.68 0.17
Hex 4A E 44 0 51 8 47 132 44 11
Octal 112 16 104 0 121 10 107 462 104 21
Binary 1001010 1110 1000100 0 1010001 1000 1000111 100110010 1000100 10001

Color Harmonies of #4A0E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0E44

Black with #4A0E44

Text Example


Text Example

White with #4A0E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A0E44; }

 p { color: rgb(74,14,68); }

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

background-color css

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

 a { background-color: rgb(74,14,68); }

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

border-color css

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

 span { border-color: rgb(74,14,68); }

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