Shades of Han Purple #4604E6
Tints of Han Purple #4604E6
RGB
CMYK
RGB Variations
Color information
#4604E6 (or 0x4604E6) is known color: Han Purple. HEX triplet: 46, 04 and E6. RGB value is (70,4,230). Sum of RGB (Red+Green+Blue) = 70+4+230=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 230 (90.23% from 255 or 75.66% from 304); Max value from RGB is 230 - color contains mainly: blue. Hex color #4604E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4604E6 is #B9FB19. Grayscale: #303030. Windows color (decimal): -12188442 or 15074374. OLE color: 15074374.
HSL color Cylindrical-coordinate representation of color #4604E6: hue angle of 257.52º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4604E6 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 4 | 230 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.10 |
| HSL | 257.52º | 0.97% | 0.46% | - |
| HSV(B) | 257.52º | 0.98% | 0.9% | - |
| XYZ | 16.85 | 7.1 | 75.35 | - |
| YUV | 49.5 | 229.87 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 230 | 0.70 | 0.98 | 0 | 0.10 | 257.52 | 0.97 | 0.46 |
| Hex | 46 | 4 | E6 | 46 | 62 | 0 | A | 102 | 61 | 2E |
| Octal | 106 | 4 | 346 | 106 | 142 | 0 | 12 | 402 | 141 | 56 |
| Binary | 1000110 | 100 | 11100110 | 1000110 | 1100010 | 0 | 1010 | 100000010 | 1100001 | 101110 |
Color Harmonies of #4604E6
Complementary color
Monochromatic Colors of #4604E6
Black with #4604E6
Text Example
Text Example
White with #4604E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4604E6; }
p { color: rgb(70,4,230); }
H1.HeaderClassName
{
color: #4604E6;
}
.AnyTagClassName
{
color: #4604E6;
}
</style>
background-color css
<style>
a { background-color: #4604E6; }
a { background-color: rgb(70,4,230); }
div.DivClassName
{
background-color: #4604E6;
}
.BgClassName
{
background-color: #4604E6;
}
</style>
border-color css
<style>
span { border-color: #4604E6; }
span { border-color: rgb(70,4,230); }
td.TdClassName
{
border-color: #4604E6;
}
.TagClassName
{
border-color: #4604E6;
}
</style>