Shades of Han Purple #4630DB
Tints of Han Purple #4630DB
RGB
CMYK
RGB Variations
Color information
#4630DB (or 0x4630DB) is known color: Han Purple. HEX triplet: 46, 30 and DB. RGB value is (70,48,219). Sum of RGB (Red+Green+Blue) = 70+48+219=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #4630DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630DB is #B9CF24. Grayscale: #494949. Windows color (decimal): -12177189 or 14364742. OLE color: 14364742.
HSL color Cylindrical-coordinate representation of color #4630DB: hue angle of 247.72º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4630DB is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 48 | 219 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.14 |
| HSL | 247.72º | 0.7% | 0.52% | - |
| HSV(B) | 247.72º | 0.78% | 0.86% | - |
| XYZ | 16.37 | 8.53 | 67.8 | - |
| YUV | 74.07 | 209.79 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 219 | 0.68 | 0.78 | 0 | 0.14 | 247.72 | 0.7 | 0.52 |
| Hex | 46 | 30 | DB | 44 | 4E | 0 | E | F8 | 46 | 34 |
| Octal | 106 | 60 | 333 | 104 | 116 | 0 | 16 | 370 | 106 | 64 |
| Binary | 1000110 | 110000 | 11011011 | 1000100 | 1001110 | 0 | 1110 | 11111000 | 1000110 | 110100 |
Color Harmonies of #4630DB
Complementary color
Monochromatic Colors of #4630DB
Black with #4630DB
Text Example
Text Example
White with #4630DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630DB; }
p { color: rgb(70,48,219); }
H1.HeaderClassName
{
color: #4630DB;
}
.AnyTagClassName
{
color: #4630DB;
}
</style>
background-color css
<style>
a { background-color: #4630DB; }
a { background-color: rgb(70,48,219); }
div.DivClassName
{
background-color: #4630DB;
}
.BgClassName
{
background-color: #4630DB;
}
</style>
border-color css
<style>
span { border-color: #4630DB; }
span { border-color: rgb(70,48,219); }
td.TdClassName
{
border-color: #4630DB;
}
.TagClassName
{
border-color: #4630DB;
}
</style>