Html Css Color HEX #46086D Indigo

📋 copy color: '#46086D'

red 70 ◦ green 8 ◦ blue 109

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

Shades of Indigo #46086D

Tints of Indigo #46086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 58.29%

R = 37.43%
G = 4.28%
B = 58.29%

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

#46086D (or 0x46086D) is known color: Indigo. HEX triplet: 46, 08 and 6D. RGB value is (70,8,109). Sum of RGB (Red+Green+Blue) = 70+8+109=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #46086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46086D is #B9F792. Grayscale: #252525. Windows color (decimal): -12187539 or 7145542. OLE color: 7145542.

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

Color convert

RGB 70 8 109 -
CMYK 0.36 0.93 0 0.57
HSL 276.83º 0.86% 0.23% -
HSV(B) 276.83º 0.93% 0.43% -
XYZ 5.37 2.58 14.68 -
YUV 38.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 70 8 109 0.36 0.93 0 0.57 276.83 0.86 0.23
Hex 46 8 6D 24 5D 0 39 115 56 17
Octal 106 10 155 44 135 0 71 425 126 27
Binary 1000110 1000 1101101 100100 1011101 0 111001 100010101 1010110 10111

Color Harmonies of #46086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46086D

Black with #46086D

Text Example


Text Example

White with #46086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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