#4A089E

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

Shades of Indigo #4A089E

Tints of Indigo #4A089E

Color information

#4A089E (or 0x4A089E) is unknown color: approx Indigo. HEX triplet: 4A, 08 and 9E. RGB value is (74,8,158). Sum of RGB (Red+Green+Blue) = 74+8+158=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A089E is #B5F761. Grayscale: #2C2C2C. Windows color (decimal): -11925346 or 10356810. OLE color: 10356810.

HSL color Cylindrical-coordinate representation of color #4A089E: hue angle of 266.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A089E is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB748158-
CMYK0.530.9500.38
HSL266.4º90.36%32.55%-
HSV(B)266.4º94.94%61.96%-
XYZ9.084.132.66-
YUV44.83191.87148.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.83%
GREEN value IS 8 (3.52% from 255) = 3.33%
BLUE value IS 158 (62.11% from 255) = 65.83%
R=30.83%
G=3.33%
B=65.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7481580.530.9500.38266.490.3632.55
Hex4A89E355F02610a5a21
Octal112102366513704641213241
Binary1001010100010011110110101101111101001101000010101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A089E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A089E; }

 p { color: rgb(74,8,158); }

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

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

 a { background-color: rgb(74,8,158); }

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

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

 span { border-color: rgb(74,8,158); }

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