Html Css Color HEX #460676 Indigo

📋 copy color: '#460676'

red 70 ◦ green 6 ◦ blue 118

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

Shades of Indigo #460676

Tints of Indigo #460676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.09%

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

R = 36.08%
G = 3.09%
B = 60.82%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460676 (or 0x460676) is known color: Indigo. HEX triplet: 46, 06 and 76. RGB value is (70,6,118). Sum of RGB (Red+Green+Blue) = 70+6+118=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #460676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460676 is #B9F989. Grayscale: #252525. Windows color (decimal): -12188042 or 7734854. OLE color: 7734854.

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

Color convert

RGB 70 6 118 -
CMYK 0.41 0.95 0 0.54
HSL 274.29º 0.9% 0.24% -
HSV(B) 274.29º 0.95% 0.46% -
XYZ 5.86 2.74 17.36 -
YUV 37.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 70 6 118 0.41 0.95 0 0.54 274.29 0.9 0.24
Hex 46 6 76 29 5F 0 36 112 5A 18
Octal 106 6 166 51 137 0 66 422 132 30
Binary 1000110 110 1110110 101001 1011111 0 110110 100010010 1011010 11000

Color Harmonies of #460676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460676

Black with #460676

Text Example


Text Example

White with #460676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460676; }

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

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

background-color css

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

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

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

border-color css

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

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

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