Html Css Color HEX #490464 Indigo

📋 copy color: '#490464'

red 73 ◦ green 4 ◦ blue 100

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

Shades of Indigo #490464

Tints of Indigo #490464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 56.5%

R = 41.24%
G = 2.26%
B = 56.5%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#490464 (or 0x490464) is known color: Indigo. HEX triplet: 49, 04 and 64. RGB value is (73,4,100). Sum of RGB (Red+Green+Blue) = 73+4+100=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 100 (39.45% from 255 or 56.50% from 177); Max value from RGB is 100 - color contains mainly: blue. Hex color #490464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490464 is #B6FB9B. Grayscale: #232323. Windows color (decimal): -11991964 or 6554697. OLE color: 6554697.

HSL color Cylindrical-coordinate representation of color #490464: hue angle of 283.12º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490464 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 4 100 -
CMYK 0.27 0.96 0 0.61
HSL 283.13º 0.92% 0.2% -
HSV(B) 283.13º 0.96% 0.39% -
XYZ 5.09 2.42 12.26 -
YUV 35.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 73 4 100 0.27 0.96 0 0.61 283.13 0.92 0.2
Hex 49 4 64 1B 60 0 3D 11B 5C 14
Octal 111 4 144 33 140 0 75 433 134 24
Binary 1001001 100 1100100 11011 1100000 0 111101 100011011 1011100 10100

Color Harmonies of #490464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490464

Black with #490464

Text Example


Text Example

White with #490464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490464; }

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

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

background-color css

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

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

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

border-color css

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

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

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