#4609AB

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

Shades of Indigo #4609AB

Tints of Indigo #4609AB

Color information

#4609AB (or 0x4609AB) is unknown color: approx Indigo. HEX triplet: 46, 09 and AB. RGB value is (70,9,171). Sum of RGB (Red+Green+Blue) = 70+9+171=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #4609AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4609AB is #B9F654. Grayscale: #2D2D2D. Windows color (decimal): -12187221 or 11209030. OLE color: 11209030.

HSL color Cylindrical-coordinate representation of color #4609AB: hue angle of 262.59º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4609AB is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB709171-
CMYK0.590.9500.33
HSL262.59º90%35.29%-
HSV(B)262.59º94.74%67.06%-
XYZ9.974.4438.86-
YUV45.71198.71145.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 9 (3.91% from 255) = 3.6%
BLUE value IS 171 (67.19% from 255) = 68.4%
R=28%
G=3.6%
B=68.4%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7091710.590.9500.33262.599035.29
Hex469AB3B5F0211075a23
Octal106112537313704140713243
Binary1000110100110101011111011101111101000011000001111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4609AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4609AB; }

 p { color: rgb(70,9,171); }

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

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

 a { background-color: rgb(70,9,171); }

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

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

 span { border-color: rgb(70,9,171); }

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