Shades of Royal Blue #4867F1
Tints of Royal Blue #4867F1
RGB
CMYK
RGB Variations
Color information
#4867F1 (or 0x4867F1) is known color: Royal Blue. HEX triplet: 48, 67 and F1. RGB value is (72,103,241). Sum of RGB (Red+Green+Blue) = 72+103+241=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #4867F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4867F1 is #B7980E. Grayscale: #6C6C6C. Windows color (decimal): -12032015 or 15820616. OLE color: 15820616.
HSL color Cylindrical-coordinate representation of color #4867F1: hue angle of 228.99º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4867F1 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 103 | 241 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.05 |
| HSL | 228.99º | 0.86% | 0.61% | - |
| HSV(B) | 228.99º | 0.7% | 0.95% | - |
| XYZ | 23.4 | 17.43 | 85.35 | - |
| YUV | 109.46 | 202.23 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 241 | 0.70 | 0.57 | 0 | 0.05 | 228.99 | 0.86 | 0.61 |
| Hex | 48 | 67 | F1 | 46 | 39 | 0 | 5 | E5 | 56 | 3D |
| Octal | 110 | 147 | 361 | 106 | 71 | 0 | 5 | 345 | 126 | 75 |
| Binary | 1001000 | 1100111 | 11110001 | 1000110 | 111001 | 0 | 101 | 11100101 | 1010110 | 111101 |
Color Harmonies of #4867F1
Complementary color
Monochromatic Colors of #4867F1
Black with #4867F1
Text Example
Text Example
White with #4867F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4867F1; }
p { color: rgb(72,103,241); }
H1.HeaderClassName
{
color: #4867F1;
}
.AnyTagClassName
{
color: #4867F1;
}
</style>
background-color css
<style>
a { background-color: #4867F1; }
a { background-color: rgb(72,103,241); }
div.DivClassName
{
background-color: #4867F1;
}
.BgClassName
{
background-color: #4867F1;
}
</style>
border-color css
<style>
span { border-color: #4867F1; }
span { border-color: rgb(72,103,241); }
td.TdClassName
{
border-color: #4867F1;
}
.TagClassName
{
border-color: #4867F1;
}
</style>