#490468

Color #490468 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #490468

Tints of Indigo #490468

Color information

#490468 (or 0x490468) is unknown color: approx Indigo. HEX triplet: 49, 04 and 68. RGB value is (73,4,104). Sum of RGB (Red+Green+Blue) = 73+4+104=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #490468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490468 is #B6FB97. Grayscale: #232323. Windows color (decimal): -11991960 or 6816841. OLE color: 6816841.

HSL color Cylindrical-coordinate representation of color #490468: hue angle of 281.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490468 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB734104-
CMYK0.300.9600.59
HSL281.4º92.59%21.18%-
HSV(B)281.4º96.15%40.78%-
XYZ5.292.513.3-
YUV36.03166.36154.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 4 (1.95% from 255) = 2.21%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=40.33%
G=2.21%
B=57.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7341040.300.9600.59281.492.5921.18
Hex494681E6003B1195d15
Octal11141503614007343113525
Binary100100110011010001111011000000111011100011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490468; }

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

 H1.HeaderClassName
 {
   color: #490468;
 }
 .AnyTagClassName
 {
   color: #490468;
 }
</style>
background-color css

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

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

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

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

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

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