Html Css Color HEX #46086E Indigo

📋 copy color: '#46086E'

red 70 ◦ green 8 ◦ blue 110

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

Shades of Indigo #46086E

Tints of Indigo #46086E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 58.51%

R = 37.23%
G = 4.26%
B = 58.51%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46086E (or 0x46086E) is known color: Indigo. HEX triplet: 46, 08 and 6E. RGB value is (70,8,110). Sum of RGB (Red+Green+Blue) = 70+8+110=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #46086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46086E is #B9F791. Grayscale: #252525. Windows color (decimal): -12187538 or 7211078. OLE color: 7211078.

HSL color Cylindrical-coordinate representation of color #46086E: hue angle of 276.47º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46086E is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 8 110 -
CMYK 0.36 0.93 0 0.57
HSL 276.47º 0.86% 0.23% -
HSV(B) 276.47º 0.93% 0.43% -
XYZ 5.43 2.6 14.97 -
YUV 38.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 70 8 110 0.36 0.93 0 0.57 276.47 0.86 0.23
Hex 46 8 6E 24 5D 0 39 114 56 17
Octal 106 10 156 44 135 0 71 424 126 27
Binary 1000110 1000 1101110 100100 1011101 0 111001 100010100 1010110 10111

Color Harmonies of #46086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46086E

Black with #46086E

Text Example


Text Example

White with #46086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46086E; }

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

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

background-color css

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

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

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

border-color css

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

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

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