Html Css Color HEX #490463 Indigo

📋 copy color: '#490463'

red 73 ◦ green 4 ◦ blue 99

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

Shades of Indigo #490463

Tints of Indigo #490463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 56.25%

R = 41.48%
G = 2.27%
B = 56.25%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#490463 (or 0x490463) is known color: Indigo. HEX triplet: 49, 04 and 63. RGB value is (73,4,99). Sum of RGB (Red+Green+Blue) = 73+4+99=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #490463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490463 is #B6FB9C. Grayscale: #232323. Windows color (decimal): -11991965 or 6489161. OLE color: 6489161.

HSL color Cylindrical-coordinate representation of color #490463: hue angle of 283.58º 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 #490463 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 4 99 -
CMYK 0.26 0.96 0 0.61
HSL 283.58º 0.92% 0.2% -
HSV(B) 283.58º 0.96% 0.39% -
XYZ 5.04 2.4 12 -
YUV 35.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 73 4 99 0.26 0.96 0 0.61 283.58 0.92 0.2
Hex 49 4 63 1A 60 0 3D 11C 5C 14
Octal 111 4 143 32 140 0 75 434 134 24
Binary 1001001 100 1100011 11010 1100000 0 111101 100011100 1011100 10100

Color Harmonies of #490463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490463

Black with #490463

Text Example


Text Example

White with #490463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490463; }

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

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

background-color css

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

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

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

border-color css

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

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

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