Html Css Color HEX #460A76 Indigo

📋 copy color: '#460A76'

red 70 ◦ green 10 ◦ blue 118

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

Shades of Indigo #460A76

Tints of Indigo #460A76

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.05%

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

R = 35.35%
G = 5.05%
B = 59.6%

CMYK

 C value IS 0.41

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460A76 (or 0x460A76) is known color: Indigo. HEX triplet: 46, 0A and 76. RGB value is (70,10,118). Sum of RGB (Red+Green+Blue) = 70+10+118=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #460A76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460A76 is #B9F589. Grayscale: #272727. Windows color (decimal): -12187018 or 7735878. OLE color: 7735878.

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

Color convert

RGB 70 10 118 -
CMYK 0.41 0.92 0 0.54
HSL 273.33º 0.84% 0.25% -
HSV(B) 273.33º 0.92% 0.46% -
XYZ 5.9 2.83 17.37 -
YUV 40.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 70 10 118 0.41 0.92 0 0.54 273.33 0.84 0.25
Hex 46 A 76 29 5C 0 36 111 54 19
Octal 106 12 166 51 134 0 66 421 124 31
Binary 1000110 1010 1110110 101001 1011100 0 110110 100010001 1010100 11001

Color Harmonies of #460A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A76

Black with #460A76

Text Example


Text Example

White with #460A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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