Html Css Color HEX #4707AC Indigo

📋 copy color: '#4707AC'

red 71 ◦ green 7 ◦ blue 172

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

Shades of Indigo #4707AC

Tints of Indigo #4707AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

 BLUE value IS 172 (67.58% from 255) = 68.8%

R = 28.4%
G = 2.8%
B = 68.8%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4707AC (or 0x4707AC) is known color: Indigo. HEX triplet: 47, 07 and AC. RGB value is (71,7,172). Sum of RGB (Red+Green+Blue) = 71+7+172=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #4707AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4707AC is #B8F853. Grayscale: #2C2C2C. Windows color (decimal): -12122196 or 11274055. OLE color: 11274055.

HSL color Cylindrical-coordinate representation of color #4707AC: hue angle of 263.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4707AC is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 7 172 -
CMYK 0.59 0.96 0 0.33
HSL 263.27º 0.92% 0.35% -
HSV(B) 263.27º 0.96% 0.67% -
XYZ 10.12 4.47 39.36 -
YUV 44.95 199.7 146.58 -
System Red Green Blue C M Y K H S L
Decimal 71 7 172 0.59 0.96 0 0.33 263.27 0.92 0.35
Hex 47 7 AC 3B 60 0 21 107 5C 23
Octal 107 7 254 73 140 0 41 407 134 43
Binary 1000111 111 10101100 111011 1100000 0 100001 100000111 1011100 100011

Color Harmonies of #4707AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4707AC

Black with #4707AC

Text Example


Text Example

White with #4707AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4707AC; }

 p { color: rgb(71,7,172); }

 H1.HeaderClassName
 {
   color: #4707AC;
 }
 .AnyTagClassName
 {
   color: #4707AC;
 }
</style>

background-color css

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

 a { background-color: rgb(71,7,172); }

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

border-color css

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

 span { border-color: rgb(71,7,172); }

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