Html Css Color HEX #4600AD Indigo

📋 copy color: '#4600AD'

red 70 ◦ green 0 ◦ blue 173

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

Shades of Indigo #4600AD

Tints of Indigo #4600AD

RGB

 RED value IS 70 (27.73% from 255) = 28.81%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.81%
G = 0%
B = 71.19%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4600AD (or 0x4600AD) is known color: Indigo. HEX triplet: 46, 00 and AD. RGB value is (70,0,173). Sum of RGB (Red+Green+Blue) = 70+0+173=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #4600AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4600AD is #B9FF52. Grayscale: #282828. Windows color (decimal): -12189523 or 11337798. OLE color: 11337798.

HSL color Cylindrical-coordinate representation of color #4600AD: hue angle of 264.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600AD is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 0 173 -
CMYK 0.60 1 0 0.32
HSL 264.28º 1% 0.34% -
HSV(B) 264.28º 1% 0.68% -
XYZ 10.07 4.32 39.84 -
YUV 40.65 202.69 148.93 -
System Red Green Blue C M Y K H S L
Decimal 70 0 173 0.60 1 0 0.32 264.28 1 0.34
Hex 46 0 AD 3C 64 0 20 108 64 22
Octal 106 0 255 74 144 0 40 410 144 42
Binary 1000110 0 10101101 111100 1100100 0 100000 100001000 1100100 100010

Color Harmonies of #4600AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4600AD

Black with #4600AD

Text Example


Text Example

White with #4600AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,0,173); }

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

background-color css

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

 a { background-color: rgb(70,0,173); }

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

border-color css

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

 span { border-color: rgb(70,0,173); }

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