#4806A4

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

Shades of Indigo #4806A4

Tints of Indigo #4806A4

Color information

#4806A4 (or 0x4806A4) is unknown color: approx Indigo. HEX triplet: 48, 06 and A4. RGB value is (72,6,164). Sum of RGB (Red+Green+Blue) = 72+6+164=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #4806A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4806A4 is #B7F95B. Grayscale: #2B2B2B. Windows color (decimal): -12056924 or 10749512. OLE color: 10749512.

HSL color Cylindrical-coordinate representation of color #4806A4: hue angle of 265.06º 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 #4806A4 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB726164-
CMYK0.560.9600.36
HSL265.06º92.94%33.33%-
HSV(B)265.06º96.34%64.31%-
XYZ9.444.1935.43-
YUV43.75195.87148.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 6 (2.73% from 255) = 2.48%
BLUE value IS 164 (64.45% from 255) = 67.77%
R=29.75%
G=2.48%
B=67.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7261640.560.9600.36265.0692.9433.33
Hex486A438600241095d21
Octal11062447014004441113541
Binary100100011010100100111000110000001001001000010011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4806A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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