Shades of Han Purple #4630FC
Tints of Han Purple #4630FC
RGB
CMYK
RGB Variations
Color information
#4630FC (or 0x4630FC) is known color: Han Purple. HEX triplet: 46, 30 and FC. RGB value is (70,48,252). Sum of RGB (Red+Green+Blue) = 70+48+252=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #4630FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4630FC is #B9CF03. Grayscale: #4D4D4D. Windows color (decimal): -12177156 or 16527430. OLE color: 16527430.
HSL color Cylindrical-coordinate representation of color #4630FC: hue angle of 246.47º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4630FC is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 48 | 252 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.01 |
| HSL | 246.47º | 0.97% | 0.59% | - |
| HSV(B) | 246.47º | 0.81% | 0.99% | - |
| XYZ | 21.15 | 10.44 | 93 | - |
| YUV | 77.83 | 226.29 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 252 | 0.72 | 0.81 | 0 | 0.01 | 246.47 | 0.97 | 0.59 |
| Hex | 46 | 30 | FC | 48 | 51 | 0 | 1 | F6 | 61 | 3B |
| Octal | 106 | 60 | 374 | 110 | 121 | 0 | 1 | 366 | 141 | 73 |
| Binary | 1000110 | 110000 | 11111100 | 1001000 | 1010001 | 0 | 1 | 11110110 | 1100001 | 111011 |
Color Harmonies of #4630FC
Complementary color
Monochromatic Colors of #4630FC
Black with #4630FC
Text Example
Text Example
White with #4630FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630FC; }
p { color: rgb(70,48,252); }
H1.HeaderClassName
{
color: #4630FC;
}
.AnyTagClassName
{
color: #4630FC;
}
</style>
background-color css
<style>
a { background-color: #4630FC; }
a { background-color: rgb(70,48,252); }
div.DivClassName
{
background-color: #4630FC;
}
.BgClassName
{
background-color: #4630FC;
}
</style>
border-color css
<style>
span { border-color: #4630FC; }
span { border-color: rgb(70,48,252); }
td.TdClassName
{
border-color: #4630FC;
}
.TagClassName
{
border-color: #4630FC;
}
</style>