Html Css Color HEX #480743 Mardi Gras

📋 copy color: '#480743'

red 72 ◦ green 7 ◦ blue 67

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

Shades of Mardi Gras #480743

Tints of Mardi Gras #480743

RGB

 RED value IS 72 (28.52% from 255) = 49.32%

 GREEN value IS 7 (3.13% from 255) = 4.79%

 BLUE value IS 67 (26.56% from 255) = 45.89%

R = 49.32%
G = 4.79%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#480743 (or 0x480743) is known color: Mardi Gras. HEX triplet: 48, 07 and 43. RGB value is (72,7,67). Sum of RGB (Red+Green+Blue) = 72+7+67=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #480743 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480743 is #B7F8BC. Grayscale: #212121. Windows color (decimal): -12056765 or 4392776. OLE color: 4392776.

HSL color Cylindrical-coordinate representation of color #480743: hue angle of 304.62º 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 #480743 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 67 -
CMYK 0 0.90 0.07 0.72
HSL 304.62º 0.82% 0.15% -
HSV(B) 304.62º 0.9% 0.28% -
XYZ 3.76 1.93 5.49 -
YUV 33.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 72 7 67 0 0.90 0.07 0.72 304.62 0.82 0.15
Hex 48 7 43 0 5A 7 48 131 52 F
Octal 110 7 103 0 132 7 110 461 122 17
Binary 1001000 111 1000011 0 1011010 111 1001000 100110001 1010010 1111

Color Harmonies of #480743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480743

Black with #480743

Text Example


Text Example

White with #480743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480743; }

 p { color: rgb(72,7,67); }

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

background-color css

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

 a { background-color: rgb(72,7,67); }

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

border-color css

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

 span { border-color: rgb(72,7,67); }

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