Html Css Color HEX #490F42 Mardi Gras

📋 copy color: '#490F42'

red 73 ◦ green 15 ◦ blue 66

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

Shades of Mardi Gras #490F42

Tints of Mardi Gras #490F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.74%

 BLUE value IS 66 (26.17% from 255) = 42.86%

R = 47.4%
G = 9.74%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#490F42 (or 0x490F42) is known color: Mardi Gras. HEX triplet: 49, 0F and 42. RGB value is (73,15,66). Sum of RGB (Red+Green+Blue) = 73+15+66=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #490F42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490F42 is #B6F0BD. Grayscale: #262626. Windows color (decimal): -11989182 or 4329289. OLE color: 4329289.

HSL color Cylindrical-coordinate representation of color #490F42: hue angle of 307.24º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #490F42 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 15 66 -
CMYK 0 0.79 0.10 0.71
HSL 307.24º 0.66% 0.17% -
HSV(B) 307.24º 0.79% 0.29% -
XYZ 3.9 2.15 5.36 -
YUV 38.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 73 15 66 0 0.79 0.10 0.71 307.24 0.66 0.17
Hex 49 F 42 0 4F A 47 133 42 11
Octal 111 17 102 0 117 12 107 463 102 21
Binary 1001001 1111 1000010 0 1001111 1010 1000111 100110011 1000010 10001

Color Harmonies of #490F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F42

Black with #490F42

Text Example


Text Example

White with #490F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490F42; }

 p { color: rgb(73,15,66); }

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

background-color css

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

 a { background-color: rgb(73,15,66); }

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

border-color css

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

 span { border-color: rgb(73,15,66); }

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