Html Css Color HEX #490474 Indigo

📋 copy color: '#490474'

red 73 ◦ green 4 ◦ blue 116

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

Shades of Indigo #490474

Tints of Indigo #490474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.1%

R = 37.82%
G = 2.07%
B = 60.1%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490474 (or 0x490474) is known color: Indigo. HEX triplet: 49, 04 and 74. RGB value is (73,4,116). Sum of RGB (Red+Green+Blue) = 73+4+116=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #490474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490474 is #B6FB8B. Grayscale: #252525. Windows color (decimal): -11991948 or 7603273. OLE color: 7603273.

HSL color Cylindrical-coordinate representation of color #490474: hue angle of 276.96º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490474 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 4 116 -
CMYK 0.37 0.97 0 0.55
HSL 276.96º 0.93% 0.24% -
HSV(B) 276.96º 0.97% 0.45% -
XYZ 5.94 2.76 16.74 -
YUV 37.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 73 4 116 0.37 0.97 0 0.55 276.96 0.93 0.24
Hex 49 4 74 25 61 0 37 115 5D 18
Octal 111 4 164 45 141 0 67 425 135 30
Binary 1001001 100 1110100 100101 1100001 0 110111 100010101 1011101 11000

Color Harmonies of #490474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490474

Black with #490474

Text Example


Text Example

White with #490474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490474; }

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

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

background-color css

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

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

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

border-color css

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

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

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