Html Css Color HEX #460BA5 Indigo

📋 copy color: '#460BA5'

red 70 ◦ green 11 ◦ blue 165

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

Shades of Indigo #460BA5

Tints of Indigo #460BA5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.47%

 BLUE value IS 165 (64.84% from 255) = 67.07%

R = 28.46%
G = 4.47%
B = 67.07%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#460BA5 (or 0x460BA5) is known color: Indigo. HEX triplet: 46, 0B and A5. RGB value is (70,11,165). Sum of RGB (Red+Green+Blue) = 70+11+165=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 165 (64.84% from 255 or 67.07% from 246); Max value from RGB is 165 - color contains mainly: blue. Hex color #460BA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460BA5 is #B9F45A. Grayscale: #2D2D2D. Windows color (decimal): -12186715 or 10816326. OLE color: 10816326.

HSL color Cylindrical-coordinate representation of color #460BA5: hue angle of 262.99º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460BA5 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 11 165 -
CMYK 0.58 0.93 0 0.35
HSL 262.99º 0.88% 0.35% -
HSV(B) 262.99º 0.93% 0.65% -
XYZ 9.44 4.26 35.92 -
YUV 46.2 195.05 144.98 -
System Red Green Blue C M Y K H S L
Decimal 70 11 165 0.58 0.93 0 0.35 262.99 0.88 0.35
Hex 46 B A5 3A 5D 0 23 107 58 23
Octal 106 13 245 72 135 0 43 407 130 43
Binary 1000110 1011 10100101 111010 1011101 0 100011 100000111 1011000 100011

Color Harmonies of #460BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BA5

Black with #460BA5

Text Example


Text Example

White with #460BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,11,165); }

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

background-color css

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

 a { background-color: rgb(70,11,165); }

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

border-color css

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

 span { border-color: rgb(70,11,165); }

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