Shades of Han Purple #4630E6
Tints of Han Purple #4630E6
RGB
CMYK
RGB Variations
Color information
#4630E6 (or 0x4630E6) is known color: Han Purple. HEX triplet: 46, 30 and E6. RGB value is (70,48,230). Sum of RGB (Red+Green+Blue) = 70+48+230=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 230 (90.23% from 255 or 66.09% from 348); Max value from RGB is 230 - color contains mainly: blue. Hex color #4630E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4630E6 is #B9CF19. Grayscale: #4A4A4A. Windows color (decimal): -12177178 or 15085638. OLE color: 15085638.
HSL color Cylindrical-coordinate representation of color #4630E6: hue angle of 247.25º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4630E6 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 48 | 230 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.10 |
| HSL | 247.25º | 0.78% | 0.55% | - |
| HSV(B) | 247.25º | 0.79% | 0.9% | - |
| XYZ | 17.87 | 9.13 | 75.68 | - |
| YUV | 75.33 | 215.29 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 230 | 0.70 | 0.79 | 0 | 0.10 | 247.25 | 0.78 | 0.55 |
| Hex | 46 | 30 | E6 | 46 | 4F | 0 | A | F7 | 4E | 37 |
| Octal | 106 | 60 | 346 | 106 | 117 | 0 | 12 | 367 | 116 | 67 |
| Binary | 1000110 | 110000 | 11100110 | 1000110 | 1001111 | 0 | 1010 | 11110111 | 1001110 | 110111 |
Color Harmonies of #4630E6
Complementary color
Monochromatic Colors of #4630E6
Black with #4630E6
Text Example
Text Example
White with #4630E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630E6; }
p { color: rgb(70,48,230); }
H1.HeaderClassName
{
color: #4630E6;
}
.AnyTagClassName
{
color: #4630E6;
}
</style>
background-color css
<style>
a { background-color: #4630E6; }
a { background-color: rgb(70,48,230); }
div.DivClassName
{
background-color: #4630E6;
}
.BgClassName
{
background-color: #4630E6;
}
</style>
border-color css
<style>
span { border-color: #4630E6; }
span { border-color: rgb(70,48,230); }
td.TdClassName
{
border-color: #4630E6;
}
.TagClassName
{
border-color: #4630E6;
}
</style>