Html Css Color HEX #460EAA Indigo

📋 copy color: '#460EAA'

red 70 ◦ green 14 ◦ blue 170

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

Shades of Indigo #460EAA

Tints of Indigo #460EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.51%

 BLUE value IS 170 (66.8% from 255) = 66.93%

R = 27.56%
G = 5.51%
B = 66.93%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#460EAA (or 0x460EAA) is known color: Indigo. HEX triplet: 46, 0E and AA. RGB value is (70,14,170). Sum of RGB (Red+Green+Blue) = 70+14+170=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #460EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460EAA is #B9F155. Grayscale: #2F2F2F. Windows color (decimal): -12185942 or 11144774. OLE color: 11144774.

HSL color Cylindrical-coordinate representation of color #460EAA: hue angle of 261.54º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460EAA is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 14 170 -
CMYK 0.59 0.92 0 0.33
HSL 261.54º 0.85% 0.36% -
HSV(B) 261.54º 0.92% 0.67% -
XYZ 9.94 4.52 38.38 -
YUV 48.53 196.55 143.32 -
System Red Green Blue C M Y K H S L
Decimal 70 14 170 0.59 0.92 0 0.33 261.54 0.85 0.36
Hex 46 E AA 3B 5C 0 21 106 55 24
Octal 106 16 252 73 134 0 41 406 125 44
Binary 1000110 1110 10101010 111011 1011100 0 100001 100000110 1010101 100100

Color Harmonies of #460EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460EAA

Black with #460EAA

Text Example


Text Example

White with #460EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,14,170); }

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

background-color css

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

 a { background-color: rgb(70,14,170); }

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

border-color css

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

 span { border-color: rgb(70,14,170); }

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