Html Css Color HEX #46086C Indigo

📋 copy color: '#46086C'

red 70 ◦ green 8 ◦ blue 108

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

Shades of Indigo #46086C

Tints of Indigo #46086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 58.06%

R = 37.63%
G = 4.3%
B = 58.06%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46086C (or 0x46086C) is known color: Indigo. HEX triplet: 46, 08 and 6C. RGB value is (70,8,108). Sum of RGB (Red+Green+Blue) = 70+8+108=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #46086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46086C is #B9F793. Grayscale: #252525. Windows color (decimal): -12187540 or 7080006. OLE color: 7080006.

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

Color convert

RGB 70 8 108 -
CMYK 0.35 0.93 0 0.58
HSL 277.2º 0.86% 0.23% -
HSV(B) 277.2º 0.93% 0.42% -
XYZ 5.32 2.56 14.4 -
YUV 37.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 70 8 108 0.35 0.93 0 0.58 277.2 0.86 0.23
Hex 46 8 6C 23 5D 0 3A 115 56 17
Octal 106 10 154 43 135 0 72 425 126 27
Binary 1000110 1000 1101100 100011 1011101 0 111010 100010101 1010110 10111

Color Harmonies of #46086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46086C

Black with #46086C

Text Example


Text Example

White with #46086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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