Html Css Color HEX #460AAE Indigo

📋 copy color: '#460AAE'

red 70 ◦ green 10 ◦ blue 174

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

Shades of Indigo #460AAE

Tints of Indigo #460AAE

RGB

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

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

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

R = 27.56%
G = 3.94%
B = 68.5%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#460AAE (or 0x460AAE) is known color: Indigo. HEX triplet: 46, 0A and AE. RGB value is (70,10,174). Sum of RGB (Red+Green+Blue) = 70+10+174=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #460AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460AAE is #B9F551. Grayscale: #2E2E2E. Windows color (decimal): -12186962 or 11405894. OLE color: 11405894.

HSL color Cylindrical-coordinate representation of color #460AAE: hue angle of 261.95º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460AAE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 10 174 -
CMYK 0.60 0.94 0 0.32
HSL 261.95º 0.89% 0.36% -
HSV(B) 261.95º 0.94% 0.68% -
XYZ 10.27 4.58 40.39 -
YUV 46.64 199.88 144.66 -
System Red Green Blue C M Y K H S L
Decimal 70 10 174 0.60 0.94 0 0.32 261.95 0.89 0.36
Hex 46 A AE 3C 5E 0 20 106 59 24
Octal 106 12 256 74 136 0 40 406 131 44
Binary 1000110 1010 10101110 111100 1011110 0 100000 100000110 1011001 100100

Color Harmonies of #460AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460AAE

Black with #460AAE

Text Example


Text Example

White with #460AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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