Shades of Han Purple #4604DB
Tints of Han Purple #4604DB
RGB
CMYK
RGB Variations
Color information
#4604DB (or 0x4604DB) is known color: Han Purple. HEX triplet: 46, 04 and DB. RGB value is (70,4,219). Sum of RGB (Red+Green+Blue) = 70+4+219=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #4604DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4604DB is #B9FB24. Grayscale: #2F2F2F. Windows color (decimal): -12188453 or 14353478. OLE color: 14353478.
HSL color Cylindrical-coordinate representation of color #4604DB: hue angle of 258.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4604DB is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 4 | 219 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.14 |
| HSL | 258.42º | 0.96% | 0.44% | - |
| HSV(B) | 258.42º | 0.98% | 0.86% | - |
| XYZ | 15.36 | 6.5 | 67.46 | - |
| YUV | 48.24 | 224.37 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 219 | 0.68 | 0.98 | 0 | 0.14 | 258.42 | 0.96 | 0.44 |
| Hex | 46 | 4 | DB | 44 | 62 | 0 | E | 102 | 60 | 2C |
| Octal | 106 | 4 | 333 | 104 | 142 | 0 | 16 | 402 | 140 | 54 |
| Binary | 1000110 | 100 | 11011011 | 1000100 | 1100010 | 0 | 1110 | 100000010 | 1100000 | 101100 |
Color Harmonies of #4604DB
Complementary color
Monochromatic Colors of #4604DB
Black with #4604DB
Text Example
Text Example
White with #4604DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4604DB; }
p { color: rgb(70,4,219); }
H1.HeaderClassName
{
color: #4604DB;
}
.AnyTagClassName
{
color: #4604DB;
}
</style>
background-color css
<style>
a { background-color: #4604DB; }
a { background-color: rgb(70,4,219); }
div.DivClassName
{
background-color: #4604DB;
}
.BgClassName
{
background-color: #4604DB;
}
</style>
border-color css
<style>
span { border-color: #4604DB; }
span { border-color: rgb(70,4,219); }
td.TdClassName
{
border-color: #4604DB;
}
.TagClassName
{
border-color: #4604DB;
}
</style>