#46079E

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

Shades of Indigo #46079E

Tints of Indigo #46079E

Color information

#46079E (or 0x46079E) is unknown color: approx Indigo. HEX triplet: 46, 07 and 9E. RGB value is (70,7,158). Sum of RGB (Red+Green+Blue) = 70+7+158=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #46079E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46079E is #B9F861. Grayscale: #2A2A2A. Windows color (decimal): -12187746 or 10356550. OLE color: 10356550.

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

Color convert

RGB707158-
CMYK0.560.9600.38
HSL265.03º91.52%32.35%-
HSV(B)265.03º95.57%61.96%-
XYZ8.773.9232.64-
YUV43.05192.87147.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 158 (62.11% from 255) = 67.23%
R=29.79%
G=2.98%
B=67.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7071580.560.9600.38265.0391.5232.35
Hex4679E38600261095c20
Octal10672367014004641113440
Binary100011011110011110111000110000001001101000010011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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