#46059E

Color #46059E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #46059E

Tints of Indigo #46059E

Color information

#46059E (or 0x46059E) is unknown color: approx Indigo. HEX triplet: 46, 05 and 9E. RGB value is (70,5,158). Sum of RGB (Red+Green+Blue) = 70+5+158=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #46059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46059E is #B9FA61. Grayscale: #292929. Windows color (decimal): -12188258 or 10356038. OLE color: 10356038.

HSL color Cylindrical-coordinate representation of color #46059E: hue angle of 265.49º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46059E is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB705158-
CMYK0.560.9700.38
HSL265.49º93.87%31.96%-
HSV(B)265.49º96.84%61.96%-
XYZ8.753.8832.64-
YUV41.88193.53148.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 158 (62.11% from 255) = 67.81%
R=30.04%
G=2.15%
B=67.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7051580.560.9700.38265.4993.8731.96
Hex4659E38610261095e20
Octal10652367014104641113640
Binary100011010110011110111000110000101001101000010011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,5,158); }

 H1.HeaderClassName
 {
   color: #46059E;
 }
 .AnyTagClassName
 {
   color: #46059E;
 }
</style>
background-color css

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

 a { background-color: rgb(70,5,158); }

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

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

 span { border-color: rgb(70,5,158); }

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