Shades of Royal Blue #4564F3
Tints of Royal Blue #4564F3
RGB
CMYK
RGB Variations
Color information
#4564F3 (or 0x4564F3) is known color: Royal Blue. HEX triplet: 45, 64 and F3. RGB value is (69,100,243). Sum of RGB (Red+Green+Blue) = 69+100+243=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 243 (95.31% from 255 or 58.98% from 412); Max value from RGB is 243 - color contains mainly: blue. Hex color #4564F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4564F3 is #BA9B0C. Grayscale: #6A6A6A. Windows color (decimal): -12229389 or 15950917. OLE color: 15950917.
HSL color Cylindrical-coordinate representation of color #4564F3: hue angle of 229.31º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4564F3 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 100 | 243 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.05 |
| HSL | 229.31º | 0.88% | 0.61% | - |
| HSV(B) | 229.31º | 0.72% | 0.95% | - |
| XYZ | 23.19 | 16.85 | 86.82 | - |
| YUV | 107.03 | 204.73 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 243 | 0.72 | 0.59 | 0 | 0.05 | 229.31 | 0.88 | 0.61 |
| Hex | 45 | 64 | F3 | 48 | 3B | 0 | 5 | E5 | 58 | 3D |
| Octal | 105 | 144 | 363 | 110 | 73 | 0 | 5 | 345 | 130 | 75 |
| Binary | 1000101 | 1100100 | 11110011 | 1001000 | 111011 | 0 | 101 | 11100101 | 1011000 | 111101 |
Color Harmonies of #4564F3
Complementary color
Monochromatic Colors of #4564F3
Black with #4564F3
Text Example
Text Example
White with #4564F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4564F3; }
p { color: rgb(69,100,243); }
H1.HeaderClassName
{
color: #4564F3;
}
.AnyTagClassName
{
color: #4564F3;
}
</style>
background-color css
<style>
a { background-color: #4564F3; }
a { background-color: rgb(69,100,243); }
div.DivClassName
{
background-color: #4564F3;
}
.BgClassName
{
background-color: #4564F3;
}
</style>
border-color css
<style>
span { border-color: #4564F3; }
span { border-color: rgb(69,100,243); }
td.TdClassName
{
border-color: #4564F3;
}
.TagClassName
{
border-color: #4564F3;
}
</style>