Shades of Royal Blue #465BDB
Tints of Royal Blue #465BDB
RGB
CMYK
RGB Variations
Color information
#465BDB (or 0x465BDB) is known color: Royal Blue. HEX triplet: 46, 5B and DB. RGB value is (70,91,219). Sum of RGB (Red+Green+Blue) = 70+91+219=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #465BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BDB is #B9A424. Grayscale: #626262. Windows color (decimal): -12166181 or 14375750. OLE color: 14375750.
HSL color Cylindrical-coordinate representation of color #465BDB: hue angle of 231.54º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #465BDB is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 91 | 219 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.14 |
| HSL | 231.54º | 0.67% | 0.57% | - |
| HSV(B) | 231.54º | 0.68% | 0.86% | - |
| XYZ | 19.05 | 13.9 | 68.7 | - |
| YUV | 99.31 | 195.54 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 219 | 0.68 | 0.58 | 0 | 0.14 | 231.54 | 0.67 | 0.57 |
| Hex | 46 | 5B | DB | 44 | 3A | 0 | E | E8 | 43 | 39 |
| Octal | 106 | 133 | 333 | 104 | 72 | 0 | 16 | 350 | 103 | 71 |
| Binary | 1000110 | 1011011 | 11011011 | 1000100 | 111010 | 0 | 1110 | 11101000 | 1000011 | 111001 |
Color Harmonies of #465BDB
Complementary color
Monochromatic Colors of #465BDB
Black with #465BDB
Text Example
Text Example
White with #465BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BDB; }
p { color: rgb(70,91,219); }
H1.HeaderClassName
{
color: #465BDB;
}
.AnyTagClassName
{
color: #465BDB;
}
</style>
background-color css
<style>
a { background-color: #465BDB; }
a { background-color: rgb(70,91,219); }
div.DivClassName
{
background-color: #465BDB;
}
.BgClassName
{
background-color: #465BDB;
}
</style>
border-color css
<style>
span { border-color: #465BDB; }
span { border-color: rgb(70,91,219); }
td.TdClassName
{
border-color: #465BDB;
}
.TagClassName
{
border-color: #465BDB;
}
</style>