Shades of Han Purple #4630FE
Tints of Han Purple #4630FE
RGB
CMYK
RGB Variations
Color information
#4630FE (or 0x4630FE) is known color: Han Purple. HEX triplet: 46, 30 and FE. RGB value is (70,48,254). Sum of RGB (Red+Green+Blue) = 70+48+254=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #4630FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4630FE is #B9CF01. Grayscale: #4D4D4D. Windows color (decimal): -12177154 or 16658502. OLE color: 16658502.
HSL color Cylindrical-coordinate representation of color #4630FE: hue angle of 246.41º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4630FE is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 48 | 254 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.00 |
| HSL | 246.41º | 0.99% | 0.59% | - |
| HSV(B) | 246.41º | 0.81% | 1% | - |
| XYZ | 21.47 | 10.57 | 94.67 | - |
| YUV | 78.06 | 227.29 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 254 | 0.72 | 0.81 | 0 | 0.00 | 246.41 | 0.99 | 0.59 |
| Hex | 46 | 30 | FE | 48 | 51 | 0 | 0 | F6 | 63 | 3B |
| Octal | 106 | 60 | 376 | 110 | 121 | 0 | 0 | 366 | 143 | 73 |
| Binary | 1000110 | 110000 | 11111110 | 1001000 | 1010001 | 0 | 0 | 11110110 | 1100011 | 111011 |
Color Harmonies of #4630FE
Complementary color
Monochromatic Colors of #4630FE
Black with #4630FE
Text Example
Text Example
White with #4630FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630FE; }
p { color: rgb(70,48,254); }
H1.HeaderClassName
{
color: #4630FE;
}
.AnyTagClassName
{
color: #4630FE;
}
</style>
background-color css
<style>
a { background-color: #4630FE; }
a { background-color: rgb(70,48,254); }
div.DivClassName
{
background-color: #4630FE;
}
.BgClassName
{
background-color: #4630FE;
}
</style>
border-color css
<style>
span { border-color: #4630FE; }
span { border-color: rgb(70,48,254); }
td.TdClassName
{
border-color: #4630FE;
}
.TagClassName
{
border-color: #4630FE;
}
</style>