Shades of Indigo #4A068B
Tints of Indigo #4A068B
RGB
CMYK
RGB Variations
Color information
#4A068B (or 0x4A068B) is known color: Indigo. HEX triplet: 4A, 06 and 8B. RGB value is (74,6,139). Sum of RGB (Red+Green+Blue) = 74+6+139=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A068B is #B5F974. Grayscale: #292929. Windows color (decimal): -11925877 or 9111114. OLE color: 9111114.
HSL color Cylindrical-coordinate representation of color #4A068B: hue angle of 270.68º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A068B is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 6 | 139 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.45 |
| HSL | 270.68º | 0.92% | 0.28% | - |
| HSV(B) | 270.68º | 0.96% | 0.55% | - |
| XYZ | 7.55 | 3.45 | 24.69 | - |
| YUV | 41.49 | 183.03 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 139 | 0.47 | 0.96 | 0 | 0.45 | 270.68 | 0.92 | 0.28 |
| Hex | 4A | 6 | 8B | 2F | 60 | 0 | 2D | 10F | 5C | 1C |
| Octal | 112 | 6 | 213 | 57 | 140 | 0 | 55 | 417 | 134 | 34 |
| Binary | 1001010 | 110 | 10001011 | 101111 | 1100000 | 0 | 101101 | 100001111 | 1011100 | 11100 |
Color Harmonies of #4A068B
Complementary color
Monochromatic Colors of #4A068B
Black with #4A068B
Text Example
Text Example
White with #4A068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A068B; }
p { color: rgb(74,6,139); }
H1.HeaderClassName
{
color: #4A068B;
}
.AnyTagClassName
{
color: #4A068B;
}
</style>
background-color css
<style>
a { background-color: #4A068B; }
a { background-color: rgb(74,6,139); }
div.DivClassName
{
background-color: #4A068B;
}
.BgClassName
{
background-color: #4A068B;
}
</style>
border-color css
<style>
span { border-color: #4A068B; }
span { border-color: rgb(74,6,139); }
td.TdClassName
{
border-color: #4A068B;
}
.TagClassName
{
border-color: #4A068B;
}
</style>