Shades of Royal Blue #4B60DF
Tints of Royal Blue #4B60DF
RGB
CMYK
RGB Variations
Color information
#4B60DF (or 0x4B60DF) is known color: Royal Blue. HEX triplet: 4B, 60 and DF. RGB value is (75,96,223). Sum of RGB (Red+Green+Blue) = 75+96+223=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B60DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B60DF is #B49F20. Grayscale: #676767. Windows color (decimal): -11837217 or 14639179. OLE color: 14639179.
HSL color Cylindrical-coordinate representation of color #4B60DF: hue angle of 231.49º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B60DF is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 96 | 223 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.13 |
| HSL | 231.49º | 0.7% | 0.58% | - |
| HSV(B) | 231.49º | 0.66% | 0.87% | - |
| XYZ | 20.4 | 15.19 | 71.67 | - |
| YUV | 104.2 | 195.04 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 96 | 223 | 0.66 | 0.57 | 0 | 0.13 | 231.49 | 0.7 | 0.58 |
| Hex | 4B | 60 | DF | 42 | 39 | 0 | D | E7 | 46 | 3A |
| Octal | 113 | 140 | 337 | 102 | 71 | 0 | 15 | 347 | 106 | 72 |
| Binary | 1001011 | 1100000 | 11011111 | 1000010 | 111001 | 0 | 1101 | 11100111 | 1000110 | 111010 |
Color Harmonies of #4B60DF
Complementary color
Monochromatic Colors of #4B60DF
Black with #4B60DF
Text Example
Text Example
White with #4B60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B60DF; }
p { color: rgb(75,96,223); }
H1.HeaderClassName
{
color: #4B60DF;
}
.AnyTagClassName
{
color: #4B60DF;
}
</style>
background-color css
<style>
a { background-color: #4B60DF; }
a { background-color: rgb(75,96,223); }
div.DivClassName
{
background-color: #4B60DF;
}
.BgClassName
{
background-color: #4B60DF;
}
</style>
border-color css
<style>
span { border-color: #4B60DF; }
span { border-color: rgb(75,96,223); }
td.TdClassName
{
border-color: #4B60DF;
}
.TagClassName
{
border-color: #4B60DF;
}
</style>