#46049A

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

Shades of Indigo #46049A

Tints of Indigo #46049A

Color information

#46049A (or 0x46049A) is unknown color: approx Indigo. HEX triplet: 46, 04 and 9A. RGB value is (70,4,154). Sum of RGB (Red+Green+Blue) = 70+4+154=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 154 (60.55% from 255 or 67.54% from 228); Max value from RGB is 154 - color contains mainly: blue. Hex color #46049A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46049A is #B9FB65. Grayscale: #282828. Windows color (decimal): -12188518 or 10093638. OLE color: 10093638.

HSL color Cylindrical-coordinate representation of color #46049A: hue angle of 266.4º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46049A is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB704154-
CMYK0.550.9700.40
HSL266.4º94.94%30.98%-
HSV(B)266.4º97.4%60.39%-
XYZ8.43.7230.85-
YUV40.83191.87148.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 154 (60.55% from 255) = 67.54%
R=30.70%
G=1.75%
B=67.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7041540.550.9700.40266.494.9430.98
Hex4649A376102810a5f1f
Octal10642326714105041213737
Binary10001101001001101011011111000010101000100001010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46049A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46049A; }

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

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

<style>
 a { background-color: #46049A; }

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

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

<style>
 span { border-color: #46049A; }

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

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