Shades of Royal Blue #465AEF
Tints of Royal Blue #465AEF
RGB
CMYK
RGB Variations
Color information
#465AEF (or 0x465AEF) is known color: Royal Blue. HEX triplet: 46, 5A and EF. RGB value is (70,90,239). Sum of RGB (Red+Green+Blue) = 70+90+239=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #465AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465AEF is #B9A510. Grayscale: #646464. Windows color (decimal): -12166417 or 15686214. OLE color: 15686214.
HSL color Cylindrical-coordinate representation of color #465AEF: hue angle of 232.9º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #465AEF is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 90 | 239 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.06 |
| HSL | 232.9º | 0.84% | 0.61% | - |
| HSV(B) | 232.9º | 0.71% | 0.94% | - |
| XYZ | 21.76 | 14.85 | 83.38 | - |
| YUV | 101.01 | 205.87 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 239 | 0.71 | 0.62 | 0 | 0.06 | 232.9 | 0.84 | 0.61 |
| Hex | 46 | 5A | EF | 47 | 3E | 0 | 6 | E9 | 54 | 3D |
| Octal | 106 | 132 | 357 | 107 | 76 | 0 | 6 | 351 | 124 | 75 |
| Binary | 1000110 | 1011010 | 11101111 | 1000111 | 111110 | 0 | 110 | 11101001 | 1010100 | 111101 |
Color Harmonies of #465AEF
Complementary color
Monochromatic Colors of #465AEF
Black with #465AEF
Text Example
Text Example
White with #465AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465AEF; }
p { color: rgb(70,90,239); }
H1.HeaderClassName
{
color: #465AEF;
}
.AnyTagClassName
{
color: #465AEF;
}
</style>
background-color css
<style>
a { background-color: #465AEF; }
a { background-color: rgb(70,90,239); }
div.DivClassName
{
background-color: #465AEF;
}
.BgClassName
{
background-color: #465AEF;
}
</style>
border-color css
<style>
span { border-color: #465AEF; }
span { border-color: rgb(70,90,239); }
td.TdClassName
{
border-color: #465AEF;
}
.TagClassName
{
border-color: #465AEF;
}
</style>