Shades of Indigo #4602B2
Tints of Indigo #4602B2
RGB
CMYK
RGB Variations
Color information
#4602B2 (or 0x4602B2) is known color: Indigo. HEX triplet: 46, 02 and B2. RGB value is (70,2,178). Sum of RGB (Red+Green+Blue) = 70+2+178=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 178 (69.92% from 255 or 71.2% from 250); Max value from RGB is 178 - color contains mainly: blue. Hex color #4602B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4602B2 is #B9FD4D. Grayscale: #292929. Windows color (decimal): -12189006 or 11665990. OLE color: 11665990.
HSL color Cylindrical-coordinate representation of color #4602B2: hue angle of 263.18º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4602B2 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 2 | 178 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.30 |
| HSL | 263.18º | 0.98% | 0.35% | - |
| HSV(B) | 263.18º | 0.99% | 0.7% | - |
| XYZ | 10.58 | 4.56 | 42.44 | - |
| YUV | 42.4 | 204.53 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 178 | 0.61 | 0.99 | 0 | 0.30 | 263.18 | 0.98 | 0.35 |
| Hex | 46 | 2 | B2 | 3D | 63 | 0 | 1E | 107 | 62 | 23 |
| Octal | 106 | 2 | 262 | 75 | 143 | 0 | 36 | 407 | 142 | 43 |
| Binary | 1000110 | 10 | 10110010 | 111101 | 1100011 | 0 | 11110 | 100000111 | 1100010 | 100011 |
Color Harmonies of #4602B2
Complementary color
Monochromatic Colors of #4602B2
Black with #4602B2
Text Example
Text Example
White with #4602B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4602B2; }
p { color: rgb(70,2,178); }
H1.HeaderClassName
{
color: #4602B2;
}
.AnyTagClassName
{
color: #4602B2;
}
</style>
background-color css
<style>
a { background-color: #4602B2; }
a { background-color: rgb(70,2,178); }
div.DivClassName
{
background-color: #4602B2;
}
.BgClassName
{
background-color: #4602B2;
}
</style>
border-color css
<style>
span { border-color: #4602B2; }
span { border-color: rgb(70,2,178); }
td.TdClassName
{
border-color: #4602B2;
}
.TagClassName
{
border-color: #4602B2;
}
</style>