Html Css Color HEX #490445 Mardi Gras

📋 copy color: '#490445'

red 73 ◦ green 4 ◦ blue 69

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

Shades of Mardi Gras #490445

Tints of Mardi Gras #490445

RGB

 RED value IS 73 (28.91% from 255) = 50%

 GREEN value IS 4 (1.95% from 255) = 2.74%

 BLUE value IS 69 (27.34% from 255) = 47.26%

R = 50%
G = 2.74%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#490445 (or 0x490445) is known color: Mardi Gras. HEX triplet: 49, 04 and 45. RGB value is (73,4,69). Sum of RGB (Red+Green+Blue) = 73+4+69=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #490445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490445 is #B6FBBA. Grayscale: #1F1F1F. Windows color (decimal): -11991995 or 4523081. OLE color: 4523081.

HSL color Cylindrical-coordinate representation of color #490445: hue angle of 303.48º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490445 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 4 69 -
CMYK 0 0.95 0.05 0.71
HSL 303.48º 0.9% 0.15% -
HSV(B) 303.48º 0.95% 0.29% -
XYZ 3.87 1.93 5.8 -
YUV 32.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 73 4 69 0 0.95 0.05 0.71 303.48 0.9 0.15
Hex 49 4 45 0 5F 5 47 12F 5A F
Octal 111 4 105 0 137 5 107 457 132 17
Binary 1001001 100 1000101 0 1011111 101 1000111 100101111 1011010 1111

Color Harmonies of #490445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490445

Black with #490445

Text Example


Text Example

White with #490445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490445; }

 p { color: rgb(73,4,69); }

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

background-color css

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

 a { background-color: rgb(73,4,69); }

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

border-color css

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

 span { border-color: rgb(73,4,69); }

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