Shades of Royal Blue #4865FB
Tints of Royal Blue #4865FB
RGB
CMYK
RGB Variations
Color information
#4865FB (or 0x4865FB) is known color: Royal Blue. HEX triplet: 48, 65 and FB. RGB value is (72,101,251). Sum of RGB (Red+Green+Blue) = 72+101+251=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #4865FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4865FB is #B79A04. Grayscale: #6C6C6C. Windows color (decimal): -12032517 or 16475464. OLE color: 16475464.
HSL color Cylindrical-coordinate representation of color #4865FB: hue angle of 230.28º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4865FB is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 101 | 251 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.02 |
| HSL | 230.28º | 0.96% | 0.63% | - |
| HSV(B) | 230.28º | 0.71% | 0.98% | - |
| XYZ | 24.74 | 17.65 | 93.37 | - |
| YUV | 109.43 | 207.89 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 251 | 0.71 | 0.60 | 0 | 0.02 | 230.28 | 0.96 | 0.63 |
| Hex | 48 | 65 | FB | 47 | 3C | 0 | 2 | E6 | 60 | 3F |
| Octal | 110 | 145 | 373 | 107 | 74 | 0 | 2 | 346 | 140 | 77 |
| Binary | 1001000 | 1100101 | 11111011 | 1000111 | 111100 | 0 | 10 | 11100110 | 1100000 | 111111 |
Color Harmonies of #4865FB
Complementary color
Monochromatic Colors of #4865FB
Black with #4865FB
Text Example
Text Example
White with #4865FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4865FB; }
p { color: rgb(72,101,251); }
H1.HeaderClassName
{
color: #4865FB;
}
.AnyTagClassName
{
color: #4865FB;
}
</style>
background-color css
<style>
a { background-color: #4865FB; }
a { background-color: rgb(72,101,251); }
div.DivClassName
{
background-color: #4865FB;
}
.BgClassName
{
background-color: #4865FB;
}
</style>
border-color css
<style>
span { border-color: #4865FB; }
span { border-color: rgb(72,101,251); }
td.TdClassName
{
border-color: #4865FB;
}
.TagClassName
{
border-color: #4865FB;
}
</style>