Shades of Royal Blue #465BEB
Tints of Royal Blue #465BEB
RGB
CMYK
RGB Variations
Color information
#465BEB (or 0x465BEB) is known color: Royal Blue. HEX triplet: 46, 5B and EB. RGB value is (70,91,235). Sum of RGB (Red+Green+Blue) = 70+91+235=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #465BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465BEB is #B9A414. Grayscale: #646464. Windows color (decimal): -12166165 or 15424326. OLE color: 15424326.
HSL color Cylindrical-coordinate representation of color #465BEB: hue angle of 232.36º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #465BEB is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 91 | 235 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.08 |
| HSL | 232.36º | 0.8% | 0.6% | - |
| HSV(B) | 232.36º | 0.7% | 0.92% | - |
| XYZ | 21.26 | 14.78 | 80.33 | - |
| YUV | 101.14 | 203.54 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 235 | 0.70 | 0.61 | 0 | 0.08 | 232.36 | 0.8 | 0.6 |
| Hex | 46 | 5B | EB | 46 | 3D | 0 | 8 | E8 | 50 | 3C |
| Octal | 106 | 133 | 353 | 106 | 75 | 0 | 10 | 350 | 120 | 74 |
| Binary | 1000110 | 1011011 | 11101011 | 1000110 | 111101 | 0 | 1000 | 11101000 | 1010000 | 111100 |
Color Harmonies of #465BEB
Complementary color
Monochromatic Colors of #465BEB
Black with #465BEB
Text Example
Text Example
White with #465BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BEB; }
p { color: rgb(70,91,235); }
H1.HeaderClassName
{
color: #465BEB;
}
.AnyTagClassName
{
color: #465BEB;
}
</style>
background-color css
<style>
a { background-color: #465BEB; }
a { background-color: rgb(70,91,235); }
div.DivClassName
{
background-color: #465BEB;
}
.BgClassName
{
background-color: #465BEB;
}
</style>
border-color css
<style>
span { border-color: #465BEB; }
span { border-color: rgb(70,91,235); }
td.TdClassName
{
border-color: #465BEB;
}
.TagClassName
{
border-color: #465BEB;
}
</style>