Html Css Color HEX #460876 Indigo

📋 copy color: '#460876'

red 70 ◦ green 8 ◦ blue 118

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

Shades of Indigo #460876

Tints of Indigo #460876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.08%

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

R = 35.71%
G = 4.08%
B = 60.2%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460876 (or 0x460876) is known color: Indigo. HEX triplet: 46, 08 and 76. RGB value is (70,8,118). Sum of RGB (Red+Green+Blue) = 70+8+118=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #460876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460876 is #B9F789. Grayscale: #262626. Windows color (decimal): -12187530 or 7735366. OLE color: 7735366.

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

Color convert

RGB 70 8 118 -
CMYK 0.41 0.93 0 0.54
HSL 273.82º 0.87% 0.25% -
HSV(B) 273.82º 0.93% 0.46% -
XYZ 5.88 2.78 17.37 -
YUV 39.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 70 8 118 0.41 0.93 0 0.54 273.82 0.87 0.25
Hex 46 8 76 29 5D 0 36 112 57 19
Octal 106 10 166 51 135 0 66 422 127 31
Binary 1000110 1000 1110110 101001 1011101 0 110110 100010010 1010111 11001

Color Harmonies of #460876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460876

Black with #460876

Text Example


Text Example

White with #460876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460876; }

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

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

background-color css

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

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

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

border-color css

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

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

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