#460898

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

Shades of Indigo #460898

Tints of Indigo #460898

Color information

#460898 (or 0x460898) is unknown color: approx Indigo. HEX triplet: 46, 08 and 98. RGB value is (70,8,152). Sum of RGB (Red+Green+Blue) = 70+8+152=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #460898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460898 is #B9F767. Grayscale: #2A2A2A. Windows color (decimal): -12187496 or 9963590. OLE color: 9963590.

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

Color convert

RGB708152-
CMYK0.540.9500.40
HSL265.83º90%31.37%-
HSV(B)265.83º94.74%59.61%-
XYZ8.283.7429.99-
YUV42.95189.54147.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 8 (3.52% from 255) = 3.48%
BLUE value IS 152 (59.77% from 255) = 66.09%
R=30.43%
G=3.48%
B=66.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7081520.540.9500.40265.839031.37
Hex46898365F02810a5a1f
Octal106102306613705041213237
Binary100011010001001100011011010111110101000100001010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460898; }

 p { color: rgb(70,8,152); }

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

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

 a { background-color: rgb(70,8,152); }

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

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

 span { border-color: rgb(70,8,152); }

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