Html Css Color HEX #4602AD Indigo

📋 copy color: '#4602AD'

red 70 ◦ green 2 ◦ blue 173

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

Shades of Indigo #4602AD

Tints of Indigo #4602AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 28.57%
G = 0.82%
B = 70.61%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4602AD (or 0x4602AD) is known color: Indigo. HEX triplet: 46, 02 and AD. RGB value is (70,2,173). Sum of RGB (Red+Green+Blue) = 70+2+173=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #4602AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4602AD is #B9FD52. Grayscale: #292929. Windows color (decimal): -12189011 or 11338310. OLE color: 11338310.

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

Color convert

RGB 70 2 173 -
CMYK 0.60 0.99 0 0.32
HSL 263.86º 0.98% 0.34% -
HSV(B) 263.86º 0.99% 0.68% -
XYZ 10.09 4.36 39.85 -
YUV 41.83 202.03 148.1 -
System Red Green Blue C M Y K H S L
Decimal 70 2 173 0.60 0.99 0 0.32 263.86 0.98 0.34
Hex 46 2 AD 3C 63 0 20 108 62 22
Octal 106 2 255 74 143 0 40 410 142 42
Binary 1000110 10 10101101 111100 1100011 0 100000 100001000 1100010 100010

Color Harmonies of #4602AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4602AD

Black with #4602AD

Text Example


Text Example

White with #4602AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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