Html Css Color HEX #4602AE Indigo

📋 copy color: '#4602AE'

red 70 ◦ green 2 ◦ blue 174

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

Shades of Indigo #4602AE

Tints of Indigo #4602AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 70.73%

R = 28.46%
G = 0.81%
B = 70.73%

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

#4602AE (or 0x4602AE) is known color: Indigo. HEX triplet: 46, 02 and AE. RGB value is (70,2,174). Sum of RGB (Red+Green+Blue) = 70+2+174=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #4602AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4602AE is #B9FD51. Grayscale: #292929. Windows color (decimal): -12189010 or 11403846. OLE color: 11403846.

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

Color convert

RGB 70 2 174 -
CMYK 0.60 0.99 0 0.32
HSL 263.72º 0.98% 0.35% -
HSV(B) 263.72º 0.99% 0.68% -
XYZ 10.19 4.4 40.36 -
YUV 41.94 202.53 148.01 -
System Red Green Blue C M Y K H S L
Decimal 70 2 174 0.60 0.99 0 0.32 263.72 0.98 0.35
Hex 46 2 AE 3C 63 0 20 108 62 23
Octal 106 2 256 74 143 0 40 410 142 43
Binary 1000110 10 10101110 111100 1100011 0 100000 100001000 1100010 100011

Color Harmonies of #4602AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4602AE

Black with #4602AE

Text Example


Text Example

White with #4602AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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