Html Css Color HEX #460AA8 Indigo

📋 copy color: '#460AA8'

red 70 ◦ green 10 ◦ blue 168

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

Shades of Indigo #460AA8

Tints of Indigo #460AA8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.03%

 BLUE value IS 168 (66.02% from 255) = 67.74%

R = 28.23%
G = 4.03%
B = 67.74%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#460AA8 (or 0x460AA8) is known color: Indigo. HEX triplet: 46, 0A and A8. RGB value is (70,10,168). Sum of RGB (Red+Green+Blue) = 70+10+168=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 168 (66.02% from 255 or 67.74% from 248); Max value from RGB is 168 - color contains mainly: blue. Hex color #460AA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460AA8 is #B9F557. Grayscale: #2D2D2D. Windows color (decimal): -12186968 or 11012678. OLE color: 11012678.

HSL color Cylindrical-coordinate representation of color #460AA8: hue angle of 262.78º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460AA8 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 70 10 168 -
CMYK 0.58 0.94 0 0.34
HSL 262.78º 0.89% 0.35% -
HSV(B) 262.78º 0.94% 0.66% -
XYZ 9.7 4.35 37.37 -
YUV 45.95 196.88 145.15 -
System Red Green Blue C M Y K H S L
Decimal 70 10 168 0.58 0.94 0 0.34 262.78 0.89 0.35
Hex 46 A A8 3A 5E 0 22 107 59 23
Octal 106 12 250 72 136 0 42 407 131 43
Binary 1000110 1010 10101000 111010 1011110 0 100010 100000111 1011001 100011

Color Harmonies of #460AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460AA8

Black with #460AA8

Text Example


Text Example

White with #460AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460AA8; }

 p { color: rgb(70,10,168); }

 H1.HeaderClassName
 {
   color: #460AA8;
 }
 .AnyTagClassName
 {
   color: #460AA8;
 }
</style>

background-color css

<style>
 a { background-color: #460AA8; }

 a { background-color: rgb(70,10,168); }

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

border-color css

<style>
 span { border-color: #460AA8; }

 span { border-color: rgb(70,10,168); }

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