Html Css Color HEX #460994 Indigo

📋 copy color: '#460994'

red 70 ◦ green 9 ◦ blue 148

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

Shades of Indigo #460994

Tints of Indigo #460994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

 BLUE value IS 148 (58.2% from 255) = 65.2%

R = 30.84%
G = 3.96%
B = 65.2%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460994 (or 0x460994) is known color: Indigo. HEX triplet: 46, 09 and 94. RGB value is (70,9,148). Sum of RGB (Red+Green+Blue) = 70+9+148=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #460994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460994 is #B9F66B. Grayscale: #2A2A2A. Windows color (decimal): -12187244 or 9701702. OLE color: 9701702.

HSL color Cylindrical-coordinate representation of color #460994: hue angle of 266.33º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460994 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 9 148 -
CMYK 0.53 0.94 0 0.42
HSL 266.33º 0.89% 0.31% -
HSV(B) 266.33º 0.94% 0.58% -
XYZ 7.97 3.64 28.3 -
YUV 43.09 187.21 147.2 -
System Red Green Blue C M Y K H S L
Decimal 70 9 148 0.53 0.94 0 0.42 266.33 0.89 0.31
Hex 46 9 94 35 5E 0 2A 10A 59 1F
Octal 106 11 224 65 136 0 52 412 131 37
Binary 1000110 1001 10010100 110101 1011110 0 101010 100001010 1011001 11111

Color Harmonies of #460994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460994

Black with #460994

Text Example


Text Example

White with #460994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460994; }

 p { color: rgb(70,9,148); }

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

background-color css

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

 a { background-color: rgb(70,9,148); }

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

border-color css

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

 span { border-color: rgb(70,9,148); }

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