#46045D

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

Shades of Indigo #46045D

Tints of Indigo #46045D

Color information

#46045D (or 0x46045D) is unknown color: approx Indigo. HEX triplet: 46, 04 and 5D. RGB value is (70,4,93). Sum of RGB (Red+Green+Blue) = 70+4+93=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #46045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46045D is #B9FBA2. Grayscale: #212121. Windows color (decimal): -12188579 or 6095942. OLE color: 6095942.

HSL color Cylindrical-coordinate representation of color #46045D: hue angle of 284.49º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46045D is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB70493-
CMYK0.250.9600.64
HSL284.49º91.75%19.02%-
HSV(B)284.49º95.7%36.47%-
XYZ4.542.1810.54-
YUV33.88161.37153.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=41.92%
G=2.40%
B=55.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal704930.250.9600.64284.4991.7519.02
Hex4645D196004011c5c13
Octal106413531140010043413423
Binary1000110100101110111001110000001000000100011100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,4,93); }

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

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

 a { background-color: rgb(70,4,93); }

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

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

 span { border-color: rgb(70,4,93); }

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