#4705AE

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

Shades of Indigo #4705AE

Tints of Indigo #4705AE

Color information

#4705AE (or 0x4705AE) is unknown color: approx Indigo. HEX triplet: 47, 05 and AE. RGB value is (71,5,174). Sum of RGB (Red+Green+Blue) = 71+5+174=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #4705AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4705AE is #B8FA51. Grayscale: #2B2B2B. Windows color (decimal): -12122706 or 11404615. OLE color: 11404615.

HSL color Cylindrical-coordinate representation of color #4705AE: hue angle of 263.43º 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 #4705AE is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB715174-
CMYK0.590.9700.32
HSL263.43º94.41%35.1%-
HSV(B)263.43º97.13%68.24%-
XYZ10.294.540.37-
YUV44201.37147.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 5 (2.34% from 255) = 2%
BLUE value IS 174 (68.36% from 255) = 69.6%
R=28.4%
G=2%
B=69.6%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7151740.590.9700.32263.4394.4135.1
Hex475AE3B610201075e23
Octal10752567314104040713643
Binary100011110110101110111011110000101000001000001111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4705AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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