Html Css Color HEX #490945 Mardi Gras

📋 copy color: '#490945'

red 73 ◦ green 9 ◦ blue 69

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

Shades of Mardi Gras #490945

Tints of Mardi Gras #490945

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.96%

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

R = 48.34%
G = 5.96%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#490945 (or 0x490945) is known color: Mardi Gras. HEX triplet: 49, 09 and 45. RGB value is (73,9,69). Sum of RGB (Red+Green+Blue) = 73+9+69=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #490945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490945 is #B6F6BA. Grayscale: #222222. Windows color (decimal): -11990715 or 4524361. OLE color: 4524361.

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

Color convert

RGB 73 9 69 -
CMYK 0 0.88 0.05 0.71
HSL 303.75º 0.78% 0.16% -
HSV(B) 303.75º 0.88% 0.29% -
XYZ 3.92 2.04 5.82 -
YUV 34.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 73 9 69 0 0.88 0.05 0.71 303.75 0.78 0.16
Hex 49 9 45 0 58 5 47 130 4E 10
Octal 111 11 105 0 130 5 107 460 116 20
Binary 1001001 1001 1000101 0 1011000 101 1000111 100110000 1001110 10000

Color Harmonies of #490945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490945

Black with #490945

Text Example


Text Example

White with #490945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490945; }

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

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

background-color css

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

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

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

border-color css

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

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

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