Shades of Royal Blue #4564EB
Tints of Royal Blue #4564EB
RGB
CMYK
RGB Variations
Color information
#4564EB (or 0x4564EB) is known color: Royal Blue. HEX triplet: 45, 64 and EB. RGB value is (69,100,235). Sum of RGB (Red+Green+Blue) = 69+100+235=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #4564EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4564EB is #BA9B14. Grayscale: #696969. Windows color (decimal): -12229397 or 15426629. OLE color: 15426629.
HSL color Cylindrical-coordinate representation of color #4564EB: hue angle of 228.8º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4564EB is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 100 | 235 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.08 |
| HSL | 228.8º | 0.81% | 0.6% | - |
| HSV(B) | 228.8º | 0.71% | 0.92% | - |
| XYZ | 22.01 | 16.38 | 80.6 | - |
| YUV | 106.12 | 200.73 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 235 | 0.71 | 0.57 | 0 | 0.08 | 228.8 | 0.81 | 0.6 |
| Hex | 45 | 64 | EB | 47 | 39 | 0 | 8 | E5 | 51 | 3C |
| Octal | 105 | 144 | 353 | 107 | 71 | 0 | 10 | 345 | 121 | 74 |
| Binary | 1000101 | 1100100 | 11101011 | 1000111 | 111001 | 0 | 1000 | 11100101 | 1010001 | 111100 |
Color Harmonies of #4564EB
Complementary color
Monochromatic Colors of #4564EB
Black with #4564EB
Text Example
Text Example
White with #4564EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4564EB; }
p { color: rgb(69,100,235); }
H1.HeaderClassName
{
color: #4564EB;
}
.AnyTagClassName
{
color: #4564EB;
}
</style>
background-color css
<style>
a { background-color: #4564EB; }
a { background-color: rgb(69,100,235); }
div.DivClassName
{
background-color: #4564EB;
}
.BgClassName
{
background-color: #4564EB;
}
</style>
border-color css
<style>
span { border-color: #4564EB; }
span { border-color: rgb(69,100,235); }
td.TdClassName
{
border-color: #4564EB;
}
.TagClassName
{
border-color: #4564EB;
}
</style>