Shades of Royal Blue #4465DB
Tints of Royal Blue #4465DB
RGB
CMYK
RGB Variations
Color information
#4465DB (or 0x4465DB) is known color: Royal Blue. HEX triplet: 44, 65 and DB. RGB value is (68,101,219). Sum of RGB (Red+Green+Blue) = 68+101+219=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #4465DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4465DB is #BB9A24. Grayscale: #686868. Windows color (decimal): -12294693 or 14378308. OLE color: 14378308.
HSL color Cylindrical-coordinate representation of color #4465DB: hue angle of 226.89º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4465DB is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 101 | 219 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.14 |
| HSL | 226.89º | 0.68% | 0.56% | - |
| HSV(B) | 226.89º | 0.69% | 0.86% | - |
| XYZ | 19.82 | 15.65 | 68.99 | - |
| YUV | 104.59 | 192.57 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 219 | 0.69 | 0.54 | 0 | 0.14 | 226.89 | 0.68 | 0.56 |
| Hex | 44 | 65 | DB | 45 | 36 | 0 | E | E3 | 44 | 38 |
| Octal | 104 | 145 | 333 | 105 | 66 | 0 | 16 | 343 | 104 | 70 |
| Binary | 1000100 | 1100101 | 11011011 | 1000101 | 110110 | 0 | 1110 | 11100011 | 1000100 | 111000 |
Color Harmonies of #4465DB
Complementary color
Monochromatic Colors of #4465DB
Black with #4465DB
Text Example
Text Example
White with #4465DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4465DB; }
p { color: rgb(68,101,219); }
H1.HeaderClassName
{
color: #4465DB;
}
.AnyTagClassName
{
color: #4465DB;
}
</style>
background-color css
<style>
a { background-color: #4465DB; }
a { background-color: rgb(68,101,219); }
div.DivClassName
{
background-color: #4465DB;
}
.BgClassName
{
background-color: #4465DB;
}
</style>
border-color css
<style>
span { border-color: #4465DB; }
span { border-color: rgb(68,101,219); }
td.TdClassName
{
border-color: #4465DB;
}
.TagClassName
{
border-color: #4465DB;
}
</style>