Html Css Color HEX #46086B Indigo

📋 copy color: '#46086B'

red 70 ◦ green 8 ◦ blue 107

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

Shades of Indigo #46086B

Tints of Indigo #46086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.84%

R = 37.84%
G = 4.32%
B = 57.84%

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

#46086B (or 0x46086B) is known color: Indigo. HEX triplet: 46, 08 and 6B. RGB value is (70,8,107). Sum of RGB (Red+Green+Blue) = 70+8+107=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #46086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46086B is #B9F794. Grayscale: #252525. Windows color (decimal): -12187541 or 7014470. OLE color: 7014470.

HSL color Cylindrical-coordinate representation of color #46086B: hue angle of 277.58º 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 #46086B is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 8 107 -
CMYK 0.35 0.93 0 0.58
HSL 277.58º 0.86% 0.23% -
HSV(B) 277.58º 0.93% 0.42% -
XYZ 5.27 2.54 14.12 -
YUV 37.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 70 8 107 0.35 0.93 0 0.58 277.58 0.86 0.23
Hex 46 8 6B 23 5D 0 3A 116 56 17
Octal 106 10 153 43 135 0 72 426 126 27
Binary 1000110 1000 1101011 100011 1011101 0 111010 100010110 1010110 10111

Color Harmonies of #46086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46086B

Black with #46086B

Text Example


Text Example

White with #46086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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