Html Css Color HEX #460776 Indigo

📋 copy color: '#460776'

red 70 ◦ green 7 ◦ blue 118

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

Shades of Indigo #460776

Tints of Indigo #460776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

 BLUE value IS 118 (46.48% from 255) = 60.51%

R = 35.9%
G = 3.59%
B = 60.51%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460776 (or 0x460776) is known color: Indigo. HEX triplet: 46, 07 and 76. RGB value is (70,7,118). Sum of RGB (Red+Green+Blue) = 70+7+118=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #460776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460776 is #B9F889. Grayscale: #262626. Windows color (decimal): -12187786 or 7735110. OLE color: 7735110.

HSL color Cylindrical-coordinate representation of color #460776: hue angle of 274.05º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460776 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 7 118 -
CMYK 0.41 0.94 0 0.54
HSL 274.05º 0.89% 0.25% -
HSV(B) 274.05º 0.94% 0.46% -
XYZ 5.87 2.76 17.36 -
YUV 38.49 172.87 150.47 -
System Red Green Blue C M Y K H S L
Decimal 70 7 118 0.41 0.94 0 0.54 274.05 0.89 0.25
Hex 46 7 76 29 5E 0 36 112 59 19
Octal 106 7 166 51 136 0 66 422 131 31
Binary 1000110 111 1110110 101001 1011110 0 110110 100010010 1011001 11001

Color Harmonies of #460776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460776

Black with #460776

Text Example


Text Example

White with #460776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460776; }

 p { color: rgb(70,7,118); }

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

background-color css

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

 a { background-color: rgb(70,7,118); }

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

border-color css

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

 span { border-color: rgb(70,7,118); }

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