#4604AB

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

Shades of Indigo #4604AB

Tints of Indigo #4604AB

Color information

#4604AB (or 0x4604AB) is unknown color: approx Indigo. HEX triplet: 46, 04 and AB. RGB value is (70,4,171). Sum of RGB (Red+Green+Blue) = 70+4+171=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #4604AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4604AB is #B9FB54. Grayscale: #2A2A2A. Windows color (decimal): -12188501 or 11207750. OLE color: 11207750.

HSL color Cylindrical-coordinate representation of color #4604AB: hue angle of 263.71º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4604AB is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB704171-
CMYK0.590.9800.33
HSL263.71º95.43%34.31%-
HSV(B)263.71º97.66%67.06%-
XYZ9.924.3338.84-
YUV42.77200.37147.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 171 (67.19% from 255) = 69.80%
R=28.57%
G=1.63%
B=69.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7041710.590.9800.33263.7195.4334.31
Hex464AB3B620211085f22
Octal10642537314204141013742
Binary100011010010101011111011110001001000011000010001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4604AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4604AB; }

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

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

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

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

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

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

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

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