Html Css Color HEX #490145 Mardi Gras

📋 copy color: '#490145'

red 73 ◦ green 1 ◦ blue 69

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

Shades of Mardi Gras #490145

Tints of Mardi Gras #490145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 51.05%
G = 0.7%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#490145 (or 0x490145) is known color: Mardi Gras. HEX triplet: 49, 01 and 45. RGB value is (73,1,69). Sum of RGB (Red+Green+Blue) = 73+1+69=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #490145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490145 is #B6FEBA. Grayscale: #1E1E1E. Windows color (decimal): -11992763 or 4522313. OLE color: 4522313.

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

Color convert

RGB 73 1 69 -
CMYK 0 0.99 0.05 0.71
HSL 303.33º 0.97% 0.15% -
HSV(B) 303.33º 0.99% 0.29% -
XYZ 3.83 1.87 5.79 -
YUV 30.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 73 1 69 0 0.99 0.05 0.71 303.33 0.97 0.15
Hex 49 1 45 0 63 5 47 12F 61 F
Octal 111 1 105 0 143 5 107 457 141 17
Binary 1001001 1 1000101 0 1100011 101 1000111 100101111 1100001 1111

Color Harmonies of #490145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490145

Black with #490145

Text Example


Text Example

White with #490145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490145; }

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

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

background-color css

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

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

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

border-color css

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

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

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