#4906A4

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

Shades of Indigo #4906A4

Tints of Indigo #4906A4

Color information

#4906A4 (or 0x4906A4) is unknown color: approx Indigo. HEX triplet: 49, 06 and A4. RGB value is (73,6,164). Sum of RGB (Red+Green+Blue) = 73+6+164=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 164 (64.45% from 255 or 67.49% from 243); Max value from RGB is 164 - color contains mainly: blue. Hex color #4906A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4906A4 is #B6F95B. Grayscale: #2B2B2B. Windows color (decimal): -11991388 or 10749513. OLE color: 10749513.

HSL color Cylindrical-coordinate representation of color #4906A4: hue angle of 265.44º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4906A4 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB736164-
CMYK0.550.9600.36
HSL265.44º92.94%33.33%-
HSV(B)265.44º96.34%64.31%-
XYZ9.514.2335.44-
YUV44.04195.7148.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 164 (64.45% from 255) = 67.49%
R=30.04%
G=2.47%
B=67.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7361640.550.9600.36265.4492.9433.33
Hex496A437600241095d21
Octal11162446714004441113541
Binary100100111010100100110111110000001001001000010011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4906A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4906A4; }

 p { color: rgb(73,6,164); }

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

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

 a { background-color: rgb(73,6,164); }

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

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

 span { border-color: rgb(73,6,164); }

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