Html Css Color HEX #490494 Indigo

📋 copy color: '#490494'

red 73 ◦ green 4 ◦ blue 148

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

Shades of Indigo #490494

Tints of Indigo #490494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.78%

R = 32.44%
G = 1.78%
B = 65.78%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#490494 (or 0x490494) is known color: Indigo. HEX triplet: 49, 04 and 94. RGB value is (73,4,148). Sum of RGB (Red+Green+Blue) = 73+4+148=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #490494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490494 is #B6FB6B. Grayscale: #282828. Windows color (decimal): -11991916 or 9700425. OLE color: 9700425.

HSL color Cylindrical-coordinate representation of color #490494: hue angle of 268.75º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490494 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 4 148 -
CMYK 0.51 0.97 0 0.42
HSL 268.75º 0.95% 0.3% -
HSV(B) 268.75º 0.97% 0.58% -
XYZ 8.14 3.64 28.29 -
YUV 41.05 188.36 150.79 -
System Red Green Blue C M Y K H S L
Decimal 73 4 148 0.51 0.97 0 0.42 268.75 0.95 0.3
Hex 49 4 94 33 61 0 2A 10D 5F 1E
Octal 111 4 224 63 141 0 52 415 137 36
Binary 1001001 100 10010100 110011 1100001 0 101010 100001101 1011111 11110

Color Harmonies of #490494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490494

Black with #490494

Text Example


Text Example

White with #490494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490494; }

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

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

background-color css

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

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

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

border-color css

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

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

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