#4605AE

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

Shades of Indigo #4605AE

Tints of Indigo #4605AE

Color information

#4605AE (or 0x4605AE) is unknown color: approx Indigo. HEX triplet: 46, 05 and AE. RGB value is (70,5,174). Sum of RGB (Red+Green+Blue) = 70+5+174=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #4605AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4605AE is #B9FA51. Grayscale: #2B2B2B. Windows color (decimal): -12188242 or 11404614. OLE color: 11404614.

HSL color Cylindrical-coordinate representation of color #4605AE: hue angle of 263.08º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4605AE is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB705174-
CMYK0.600.9700.32
HSL263.08º94.41%35.1%-
HSV(B)263.08º97.13%68.24%-
XYZ10.224.4740.37-
YUV43.7201.53146.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 5 (2.34% from 255) = 2.01%
BLUE value IS 174 (68.36% from 255) = 69.88%
R=28.11%
G=2.01%
B=69.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7051740.600.9700.32263.0894.4135.1
Hex465AE3C610201075e23
Octal10652567414104040713643
Binary100011010110101110111100110000101000001000001111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4605AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4605AE; }

 p { color: rgb(70,5,174); }

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

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

 a { background-color: rgb(70,5,174); }

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

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

 span { border-color: rgb(70,5,174); }

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