Html Css Color HEX #4706AD Indigo

📋 copy color: '#4706AD'

red 71 ◦ green 6 ◦ blue 173

#4706AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #4706AD

Tints of Indigo #4706AD

RGB

 RED value IS 71 (28.13% from 255) = 28.4%

 GREEN value IS 6 (2.73% from 255) = 2.4%

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 28.4%
G = 2.4%
B = 69.2%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4706AD (or 0x4706AD) is known color: Indigo. HEX triplet: 47, 06 and AD. RGB value is (71,6,173). Sum of RGB (Red+Green+Blue) = 71+6+173=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #4706AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4706AD is #B8F952. Grayscale: #2B2B2B. Windows color (decimal): -12122451 or 11339335. OLE color: 11339335.

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

Color convert

RGB 71 6 173 -
CMYK 0.59 0.97 0 0.32
HSL 263.35º 0.93% 0.35% -
HSV(B) 263.35º 0.97% 0.68% -
XYZ 10.21 4.49 39.86 -
YUV 44.47 200.53 146.92 -
System Red Green Blue C M Y K H S L
Decimal 71 6 173 0.59 0.97 0 0.32 263.35 0.93 0.35
Hex 47 6 AD 3B 61 0 20 107 5D 23
Octal 107 6 255 73 141 0 40 407 135 43
Binary 1000111 110 10101101 111011 1100001 0 100000 100000111 1011101 100011

Color Harmonies of #4706AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4706AD

Black with #4706AD

Text Example


Text Example

White with #4706AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4706AD; }

 p { color: rgb(71,6,173); }

 H1.HeaderClassName
 {
   color: #4706AD;
 }
 .AnyTagClassName
 {
   color: #4706AD;
 }
</style>

background-color css

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

 a { background-color: rgb(71,6,173); }

 div.DivClassName
 {
   background-color: #4706AD;
 }
 .BgClassName
 {
   background-color: #4706AD;
 }
</style>

border-color css

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

 span { border-color: rgb(71,6,173); }

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