#490462

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

Shades of Indigo #490462

Tints of Indigo #490462

Color information

#490462 (or 0x490462) is unknown color: approx Indigo. HEX triplet: 49, 04 and 62. RGB value is (73,4,98). Sum of RGB (Red+Green+Blue) = 73+4+98=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #490462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490462 is #B6FB9D. Grayscale: #232323. Windows color (decimal): -11991966 or 6423625. OLE color: 6423625.

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

Color convert

RGB73498-
CMYK0.260.9600.62
HSL284.04º92.16%20%-
HSV(B)284.04º95.92%38.43%-
XYZ52.3911.75-
YUV35.35163.36154.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 98 (38.67% from 255) = 56%
R=41.71%
G=2.29%
B=56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal734980.260.9600.62284.0492.1620
Hex494621A6003E11c5c14
Octal11141423214007643413424
Binary100100110011000101101011000000111110100011100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490462; }

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

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

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

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

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

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

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

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