Shades of Han Purple #4602EB
Tints of Han Purple #4602EB
RGB
CMYK
RGB Variations
Color information
#4602EB (or 0x4602EB) is known color: Han Purple. HEX triplet: 46, 02 and EB. RGB value is (70,2,235). Sum of RGB (Red+Green+Blue) = 70+2+235=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #4602EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4602EB is #B9FD14. Grayscale: #303030. Windows color (decimal): -12188949 or 15401542. OLE color: 15401542.
HSL color Cylindrical-coordinate representation of color #4602EB: hue angle of 257.51º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4602EB is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 2 | 235 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.08 |
| HSL | 257.51º | 0.98% | 0.46% | - |
| HSV(B) | 257.51º | 0.99% | 0.92% | - |
| XYZ | 17.54 | 7.34 | 79.09 | - |
| YUV | 48.89 | 233.03 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 235 | 0.70 | 0.99 | 0 | 0.08 | 257.51 | 0.98 | 0.46 |
| Hex | 46 | 2 | EB | 46 | 63 | 0 | 8 | 102 | 62 | 2E |
| Octal | 106 | 2 | 353 | 106 | 143 | 0 | 10 | 402 | 142 | 56 |
| Binary | 1000110 | 10 | 11101011 | 1000110 | 1100011 | 0 | 1000 | 100000010 | 1100010 | 101110 |
Color Harmonies of #4602EB
Complementary color
Monochromatic Colors of #4602EB
Black with #4602EB
Text Example
Text Example
White with #4602EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4602EB; }
p { color: rgb(70,2,235); }
H1.HeaderClassName
{
color: #4602EB;
}
.AnyTagClassName
{
color: #4602EB;
}
</style>
background-color css
<style>
a { background-color: #4602EB; }
a { background-color: rgb(70,2,235); }
div.DivClassName
{
background-color: #4602EB;
}
.BgClassName
{
background-color: #4602EB;
}
</style>
border-color css
<style>
span { border-color: #4602EB; }
span { border-color: rgb(70,2,235); }
td.TdClassName
{
border-color: #4602EB;
}
.TagClassName
{
border-color: #4602EB;
}
</style>