#460463

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

Shades of Indigo #460463

Tints of Indigo #460463

Color information

#460463 (or 0x460463) is unknown color: approx Indigo. HEX triplet: 46, 04 and 63. RGB value is (70,4,99). Sum of RGB (Red+Green+Blue) = 70+4+99=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #460463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460463 is #B9FB9C. Grayscale: #222222. Windows color (decimal): -12188573 or 6489158. OLE color: 6489158.

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

Color convert

RGB70499-
CMYK0.290.9600.61
HSL281.68º92.23%20.2%-
HSV(B)281.68º95.96%38.82%-
XYZ4.822.2911.99-
YUV34.56164.37153.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 99 (39.06% from 255) = 57.23%
R=40.46%
G=2.31%
B=57.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal704990.290.9600.61281.6892.2320.2
Hex464631D6003D11a5c14
Octal10641433514007543213424
Binary100011010011000111110111000000111101100011010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460463; }

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

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

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

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

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

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

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

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