Html Css Color HEX #490045 Mardi Gras

📋 copy color: '#490045'

red 73 ◦ green 0 ◦ blue 69

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

Shades of Mardi Gras #490045

Tints of Mardi Gras #490045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.41%
G = 0%
B = 48.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#490045 (or 0x490045) is known color: Mardi Gras. HEX triplet: 49, 00 and 45. RGB value is (73,0,69). Sum of RGB (Red+Green+Blue) = 73+0+69=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #490045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490045 is #B6FFBA. Grayscale: #1D1D1D. Windows color (decimal): -11993019 or 4522057. OLE color: 4522057.

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

Color convert

RGB 73 0 69 -
CMYK 0 1 0.05 0.71
HSL 303.29º 1% 0.14% -
HSV(B) 303.29º 1% 0.29% -
XYZ 3.82 1.85 5.79 -
YUV 29.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 73 0 69 0 1 0.05 0.71 303.29 1 0.14
Hex 49 0 45 0 64 5 47 12F 64 E
Octal 111 0 105 0 144 5 107 457 144 16
Binary 1001001 0 1000101 0 1100100 101 1000111 100101111 1100100 1110

Color Harmonies of #490045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490045

Black with #490045

Text Example


Text Example

White with #490045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490045; }

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

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

background-color css

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

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

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

border-color css

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

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

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