Html Css Color HEX #46087E Indigo

📋 copy color: '#46087E'

red 70 ◦ green 8 ◦ blue 126

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

Shades of Indigo #46087E

Tints of Indigo #46087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 61.76%

R = 34.31%
G = 3.92%
B = 61.76%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46087E (or 0x46087E) is known color: Indigo. HEX triplet: 46, 08 and 7E. RGB value is (70,8,126). Sum of RGB (Red+Green+Blue) = 70+8+126=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #46087E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46087E is #B9F781. Grayscale: #272727. Windows color (decimal): -12187522 or 8259654. OLE color: 8259654.

HSL color Cylindrical-coordinate representation of color #46087E: hue angle of 271.53º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46087E is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 8 126 -
CMYK 0.44 0.94 0 0.51
HSL 271.53º 0.88% 0.26% -
HSV(B) 271.53º 0.94% 0.49% -
XYZ 6.38 2.98 19.98 -
YUV 39.99 176.54 149.41 -
System Red Green Blue C M Y K H S L
Decimal 70 8 126 0.44 0.94 0 0.51 271.53 0.88 0.26
Hex 46 8 7E 2C 5E 0 33 110 58 1A
Octal 106 10 176 54 136 0 63 420 130 32
Binary 1000110 1000 1111110 101100 1011110 0 110011 100010000 1011000 11010

Color Harmonies of #46087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46087E

Black with #46087E

Text Example


Text Example

White with #46087E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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