Html Css Color HEX #460494 Indigo

📋 copy color: '#460494'

red 70 ◦ green 4 ◦ blue 148

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

Shades of Indigo #460494

Tints of Indigo #460494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

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

R = 31.53%
G = 1.8%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460494 (or 0x460494) is known color: Indigo. HEX triplet: 46, 04 and 94. RGB value is (70,4,148). Sum of RGB (Red+Green+Blue) = 70+4+148=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #460494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460494 is #B9FB6B. Grayscale: #272727. Windows color (decimal): -12188524 or 9700422. OLE color: 9700422.

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

Color convert

RGB 70 4 148 -
CMYK 0.53 0.97 0 0.42
HSL 267.5º 0.95% 0.3% -
HSV(B) 267.5º 0.97% 0.58% -
XYZ 7.91 3.53 28.28 -
YUV 40.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 70 4 148 0.53 0.97 0 0.42 267.5 0.95 0.3
Hex 46 4 94 35 61 0 2A 10C 5F 1E
Octal 106 4 224 65 141 0 52 414 137 36
Binary 1000110 100 10010100 110101 1100001 0 101010 100001100 1011111 11110

Color Harmonies of #460494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460494

Black with #460494

Text Example


Text Example

White with #460494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460494; }

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

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

background-color css

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

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

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

border-color css

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

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

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