Html Css Color HEX #4606AD Indigo

📋 copy color: '#4606AD'

red 70 ◦ green 6 ◦ blue 173

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

Shades of Indigo #4606AD

Tints of Indigo #4606AD

RGB

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

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

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

R = 28.11%
G = 2.41%
B = 69.48%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4606AD (or 0x4606AD) is known color: Indigo. HEX triplet: 46, 06 and AD. RGB value is (70,6,173). Sum of RGB (Red+Green+Blue) = 70+6+173=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #4606AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4606AD is #B9F952. Grayscale: #2B2B2B. Windows color (decimal): -12187987 or 11339334. OLE color: 11339334.

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

Color convert

RGB 70 6 173 -
CMYK 0.60 0.97 0 0.32
HSL 262.99º 0.93% 0.35% -
HSV(B) 262.99º 0.97% 0.68% -
XYZ 10.13 4.45 39.86 -
YUV 44.17 200.7 146.42 -
System Red Green Blue C M Y K H S L
Decimal 70 6 173 0.60 0.97 0 0.32 262.99 0.93 0.35
Hex 46 6 AD 3C 61 0 20 107 5D 23
Octal 106 6 255 74 141 0 40 407 135 43
Binary 1000110 110 10101101 111100 1100001 0 100000 100000111 1011101 100011

Color Harmonies of #4606AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4606AD

Black with #4606AD

Text Example


Text Example

White with #4606AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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