#46068E

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

Shades of Indigo #46068E

Tints of Indigo #46068E

Color information

#46068E (or 0x46068E) is unknown color: approx Indigo. HEX triplet: 46, 06 and 8E. RGB value is (70,6,142). Sum of RGB (Red+Green+Blue) = 70+6+142=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 142 (55.86% from 255 or 65.14% from 218); Max value from RGB is 142 - color contains mainly: blue. Hex color #46068E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46068E is #B9F971. Grayscale: #282828. Windows color (decimal): -12188018 or 9307718. OLE color: 9307718.

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

Color convert

RGB706142-
CMYK0.510.9600.44
HSL268.24º91.89%29.02%-
HSV(B)268.24º95.77%55.69%-
XYZ7.473.3925.85-
YUV40.64185.2148.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 142 (55.86% from 255) = 65.14%
R=32.11%
G=2.75%
B=65.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7061420.510.9600.44268.2491.8929.02
Hex4668E336002C10c5c1d
Octal10662166314005441413435
Binary10001101101000111011001111000000101100100001100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,6,142); }

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

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

 a { background-color: rgb(70,6,142); }

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

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

 span { border-color: rgb(70,6,142); }

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