Html Css Color HEX #4C074B Mardi Gras

📋 copy color: '#4C074B'

red 76 ◦ green 7 ◦ blue 75

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

Shades of Mardi Gras #4C074B

Tints of Mardi Gras #4C074B

RGB

 RED value IS 76 (30.08% from 255) = 48.1%

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

 BLUE value IS 75 (29.69% from 255) = 47.47%

R = 48.1%
G = 4.43%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4C074B (or 0x4C074B) is known color: Mardi Gras. HEX triplet: 4C, 07 and 4B. RGB value is (76,7,75). Sum of RGB (Red+Green+Blue) = 76+7+75=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C074B is #B3F8B4. Grayscale: #232323. Windows color (decimal): -11794613 or 4917068. OLE color: 4917068.

HSL color Cylindrical-coordinate representation of color #4C074B: hue angle of 300.87º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C074B is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 7 75 -
CMYK 0 0.91 0.01 0.70
HSL 300.87º 0.83% 0.16% -
HSV(B) 300.87º 0.91% 0.3% -
XYZ 4.33 2.2 6.85 -
YUV 35.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 76 7 75 0 0.91 0.01 0.70 300.87 0.83 0.16
Hex 4C 7 4B 0 5B 1 46 12D 53 10
Octal 114 7 113 0 133 1 106 455 123 20
Binary 1001100 111 1001011 0 1011011 1 1000110 100101101 1010011 10000

Color Harmonies of #4C074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C074B

Black with #4C074B

Text Example


Text Example

White with #4C074B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,7,75); }

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

background-color css

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

 a { background-color: rgb(76,7,75); }

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

border-color css

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

 span { border-color: rgb(76,7,75); }

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