#46069A

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

Shades of Indigo #46069A

Tints of Indigo #46069A

Color information

#46069A (or 0x46069A) is unknown color: approx Indigo. HEX triplet: 46, 06 and 9A. RGB value is (70,6,154). Sum of RGB (Red+Green+Blue) = 70+6+154=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #46069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46069A is #B9F965. Grayscale: #292929. Windows color (decimal): -12188006 or 10094150. OLE color: 10094150.

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

Color convert

RGB706154-
CMYK0.550.9600.40
HSL265.95º92.5%31.37%-
HSV(B)265.95º96.1%60.39%-
XYZ8.423.7730.85-
YUV42.01191.2147.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 6 (2.73% from 255) = 2.61%
BLUE value IS 154 (60.55% from 255) = 66.96%
R=30.43%
G=2.61%
B=66.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7061540.550.9600.40265.9592.531.37
Hex4669A376002810a5c1f
Octal10662326714005041213437
Binary10001101101001101011011111000000101000100001010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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