Shades of Han Purple #4630FB
Tints of Han Purple #4630FB
RGB
CMYK
RGB Variations
Color information
#4630FB (or 0x4630FB) is known color: Han Purple. HEX triplet: 46, 30 and FB. RGB value is (70,48,251). Sum of RGB (Red+Green+Blue) = 70+48+251=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #4630FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4630FB is #B9CF04. Grayscale: #4C4C4C. Windows color (decimal): -12177157 or 16461894. OLE color: 16461894.
HSL color Cylindrical-coordinate representation of color #4630FB: hue angle of 246.5º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4630FB is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 48 | 251 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.02 |
| HSL | 246.5º | 0.96% | 0.59% | - |
| HSV(B) | 246.5º | 0.81% | 0.98% | - |
| XYZ | 21 | 10.38 | 92.16 | - |
| YUV | 77.72 | 225.79 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 251 | 0.72 | 0.81 | 0 | 0.02 | 246.5 | 0.96 | 0.59 |
| Hex | 46 | 30 | FB | 48 | 51 | 0 | 2 | F7 | 60 | 3B |
| Octal | 106 | 60 | 373 | 110 | 121 | 0 | 2 | 367 | 140 | 73 |
| Binary | 1000110 | 110000 | 11111011 | 1001000 | 1010001 | 0 | 10 | 11110111 | 1100000 | 111011 |
Color Harmonies of #4630FB
Complementary color
Monochromatic Colors of #4630FB
Black with #4630FB
Text Example
Text Example
White with #4630FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630FB; }
p { color: rgb(70,48,251); }
H1.HeaderClassName
{
color: #4630FB;
}
.AnyTagClassName
{
color: #4630FB;
}
</style>
background-color css
<style>
a { background-color: #4630FB; }
a { background-color: rgb(70,48,251); }
div.DivClassName
{
background-color: #4630FB;
}
.BgClassName
{
background-color: #4630FB;
}
</style>
border-color css
<style>
span { border-color: #4630FB; }
span { border-color: rgb(70,48,251); }
td.TdClassName
{
border-color: #4630FB;
}
.TagClassName
{
border-color: #4630FB;
}
</style>