Shades of Royal Blue #4564EA
Tints of Royal Blue #4564EA
RGB
CMYK
RGB Variations
Color information
#4564EA (or 0x4564EA) is known color: Royal Blue. HEX triplet: 45, 64 and EA. RGB value is (69,100,234). Sum of RGB (Red+Green+Blue) = 69+100+234=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #4564EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4564EA is #BA9B15. Grayscale: #696969. Windows color (decimal): -12229398 or 15361093. OLE color: 15361093.
HSL color Cylindrical-coordinate representation of color #4564EA: hue angle of 228.73º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4564EA is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 100 | 234 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.08 |
| HSL | 228.73º | 0.8% | 0.59% | - |
| HSV(B) | 228.73º | 0.71% | 0.92% | - |
| XYZ | 21.86 | 16.32 | 79.84 | - |
| YUV | 106.01 | 200.23 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 234 | 0.71 | 0.57 | 0 | 0.08 | 228.73 | 0.8 | 0.59 |
| Hex | 45 | 64 | EA | 47 | 39 | 0 | 8 | E5 | 50 | 3B |
| Octal | 105 | 144 | 352 | 107 | 71 | 0 | 10 | 345 | 120 | 73 |
| Binary | 1000101 | 1100100 | 11101010 | 1000111 | 111001 | 0 | 1000 | 11100101 | 1010000 | 111011 |
Color Harmonies of #4564EA
Complementary color
Monochromatic Colors of #4564EA
Black with #4564EA
Text Example
Text Example
White with #4564EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4564EA; }
p { color: rgb(69,100,234); }
H1.HeaderClassName
{
color: #4564EA;
}
.AnyTagClassName
{
color: #4564EA;
}
</style>
background-color css
<style>
a { background-color: #4564EA; }
a { background-color: rgb(69,100,234); }
div.DivClassName
{
background-color: #4564EA;
}
.BgClassName
{
background-color: #4564EA;
}
</style>
border-color css
<style>
span { border-color: #4564EA; }
span { border-color: rgb(69,100,234); }
td.TdClassName
{
border-color: #4564EA;
}
.TagClassName
{
border-color: #4564EA;
}
</style>