Html Css Color HEX #4A0848 Mardi Gras

📋 copy color: '#4A0848'

red 74 ◦ green 8 ◦ blue 72

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

Shades of Mardi Gras #4A0848

Tints of Mardi Gras #4A0848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 46.75%

R = 48.05%
G = 5.19%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#4A0848 (or 0x4A0848) is known color: Mardi Gras. HEX triplet: 4A, 08 and 48. RGB value is (74,8,72). Sum of RGB (Red+Green+Blue) = 74+8+72=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0848 is #B5F7B7. Grayscale: #222222. Windows color (decimal): -11925432 or 4720714. OLE color: 4720714.

HSL color Cylindrical-coordinate representation of color #4A0848: hue angle of 301.82º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A0848 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 8 72 -
CMYK 0 0.89 0.03 0.71
HSL 301.82º 0.8% 0.16% -
HSV(B) 301.82º 0.89% 0.29% -
XYZ 4.08 2.1 6.32 -
YUV 35.03 148.87 155.8 -
System Red Green Blue C M Y K H S L
Decimal 74 8 72 0 0.89 0.03 0.71 301.82 0.8 0.16
Hex 4A 8 48 0 59 3 47 12E 50 10
Octal 112 10 110 0 131 3 107 456 120 20
Binary 1001010 1000 1001000 0 1011001 11 1000111 100101110 1010000 10000

Color Harmonies of #4A0848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0848

Black with #4A0848

Text Example


Text Example

White with #4A0848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,8,72); }

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

background-color css

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

 a { background-color: rgb(74,8,72); }

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

border-color css

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

 span { border-color: rgb(74,8,72); }

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