Shades of Han Purple #4602FB
Tints of Han Purple #4602FB
RGB
CMYK
RGB Variations
Color information
#4602FB (or 0x4602FB) is known color: Han Purple. HEX triplet: 46, 02 and FB. RGB value is (70,2,251). Sum of RGB (Red+Green+Blue) = 70+2+251=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 251 (98.44% from 255 or 77.71% from 323); Max value from RGB is 251 - color contains mainly: blue. Hex color #4602FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4602FB is #B9FD04. Grayscale: #313131. Windows color (decimal): -12188933 or 16450118. OLE color: 16450118.
HSL color Cylindrical-coordinate representation of color #4602FB: hue angle of 256.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4602FB is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 2 | 251 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.02 |
| HSL | 256.39º | 0.98% | 0.5% | - |
| HSV(B) | 256.39º | 0.99% | 0.98% | - |
| XYZ | 19.96 | 8.31 | 91.82 | - |
| YUV | 50.72 | 241.03 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 251 | 0.72 | 0.99 | 0 | 0.02 | 256.39 | 0.98 | 0.5 |
| Hex | 46 | 2 | FB | 48 | 63 | 0 | 2 | 100 | 62 | 32 |
| Octal | 106 | 2 | 373 | 110 | 143 | 0 | 2 | 400 | 142 | 62 |
| Binary | 1000110 | 10 | 11111011 | 1001000 | 1100011 | 0 | 10 | 100000000 | 1100010 | 110010 |
Color Harmonies of #4602FB
Complementary color
Monochromatic Colors of #4602FB
Black with #4602FB
Text Example
Text Example
White with #4602FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4602FB; }
p { color: rgb(70,2,251); }
H1.HeaderClassName
{
color: #4602FB;
}
.AnyTagClassName
{
color: #4602FB;
}
</style>
background-color css
<style>
a { background-color: #4602FB; }
a { background-color: rgb(70,2,251); }
div.DivClassName
{
background-color: #4602FB;
}
.BgClassName
{
background-color: #4602FB;
}
</style>
border-color css
<style>
span { border-color: #4602FB; }
span { border-color: rgb(70,2,251); }
td.TdClassName
{
border-color: #4602FB;
}
.TagClassName
{
border-color: #4602FB;
}
</style>