Shades of Han Purple #4608DC
Tints of Han Purple #4608DC
RGB
CMYK
RGB Variations
Color information
#4608DC (or 0x4608DC) is known color: Han Purple. HEX triplet: 46, 08 and DC. RGB value is (70,8,220). Sum of RGB (Red+Green+Blue) = 70+8+220=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #4608DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4608DC is #B9F723. Grayscale: #313131. Windows color (decimal): -12187428 or 14420038. OLE color: 14420038.
HSL color Cylindrical-coordinate representation of color #4608DC: hue angle of 257.55º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4608DC is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 8 | 220 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.14 |
| HSL | 257.55º | 0.93% | 0.45% | - |
| HSV(B) | 257.55º | 0.96% | 0.86% | - |
| XYZ | 15.53 | 6.64 | 68.17 | - |
| YUV | 50.71 | 223.54 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 220 | 0.68 | 0.96 | 0 | 0.14 | 257.55 | 0.93 | 0.45 |
| Hex | 46 | 8 | DC | 44 | 60 | 0 | E | 102 | 5D | 2D |
| Octal | 106 | 10 | 334 | 104 | 140 | 0 | 16 | 402 | 135 | 55 |
| Binary | 1000110 | 1000 | 11011100 | 1000100 | 1100000 | 0 | 1110 | 100000010 | 1011101 | 101101 |
Color Harmonies of #4608DC
Complementary color
Monochromatic Colors of #4608DC
Black with #4608DC
Text Example
Text Example
White with #4608DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4608DC; }
p { color: rgb(70,8,220); }
H1.HeaderClassName
{
color: #4608DC;
}
.AnyTagClassName
{
color: #4608DC;
}
</style>
background-color css
<style>
a { background-color: #4608DC; }
a { background-color: rgb(70,8,220); }
div.DivClassName
{
background-color: #4608DC;
}
.BgClassName
{
background-color: #4608DC;
}
</style>
border-color css
<style>
span { border-color: #4608DC; }
span { border-color: rgb(70,8,220); }
td.TdClassName
{
border-color: #4608DC;
}
.TagClassName
{
border-color: #4608DC;
}
</style>