Shades of Royal Blue #4567FE
Tints of Royal Blue #4567FE
RGB
CMYK
RGB Variations
Color information
#4567FE (or 0x4567FE) is known color: Royal Blue. HEX triplet: 45, 67 and FE. RGB value is (69,103,254). Sum of RGB (Red+Green+Blue) = 69+103+254=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #4567FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4567FE is #BA9801. Grayscale: #6D6D6D. Windows color (decimal): -12228610 or 16672581. OLE color: 16672581.
HSL color Cylindrical-coordinate representation of color #4567FE: hue angle of 228.97º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4567FE is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 103 | 254 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.00 |
| HSL | 228.97º | 0.99% | 0.63% | - |
| HSV(B) | 228.97º | 0.73% | 1% | - |
| XYZ | 25.19 | 18.12 | 95.94 | - |
| YUV | 110.05 | 209.24 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 254 | 0.73 | 0.59 | 0 | 0.00 | 228.97 | 0.99 | 0.63 |
| Hex | 45 | 67 | FE | 49 | 3B | 0 | 0 | E5 | 63 | 3F |
| Octal | 105 | 147 | 376 | 111 | 73 | 0 | 0 | 345 | 143 | 77 |
| Binary | 1000101 | 1100111 | 11111110 | 1001001 | 111011 | 0 | 0 | 11100101 | 1100011 | 111111 |
Color Harmonies of #4567FE
Complementary color
Monochromatic Colors of #4567FE
Black with #4567FE
Text Example
Text Example
White with #4567FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4567FE; }
p { color: rgb(69,103,254); }
H1.HeaderClassName
{
color: #4567FE;
}
.AnyTagClassName
{
color: #4567FE;
}
</style>
background-color css
<style>
a { background-color: #4567FE; }
a { background-color: rgb(69,103,254); }
div.DivClassName
{
background-color: #4567FE;
}
.BgClassName
{
background-color: #4567FE;
}
</style>
border-color css
<style>
span { border-color: #4567FE; }
span { border-color: rgb(69,103,254); }
td.TdClassName
{
border-color: #4567FE;
}
.TagClassName
{
border-color: #4567FE;
}
</style>