Shades of Royal Blue #4765DF
Tints of Royal Blue #4765DF
RGB
CMYK
RGB Variations
Color information
#4765DF (or 0x4765DF) is known color: Royal Blue. HEX triplet: 47, 65 and DF. RGB value is (71,101,223). Sum of RGB (Red+Green+Blue) = 71+101+223=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #4765DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4765DF is #B89A20. Grayscale: #696969. Windows color (decimal): -12098081 or 14640455. OLE color: 14640455.
HSL color Cylindrical-coordinate representation of color #4765DF: hue angle of 228.16º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4765DF is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 101 | 223 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.13 |
| HSL | 228.16º | 0.7% | 0.58% | - |
| HSV(B) | 228.16º | 0.68% | 0.87% | - |
| XYZ | 20.57 | 15.97 | 71.81 | - |
| YUV | 105.94 | 194.06 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 223 | 0.68 | 0.55 | 0 | 0.13 | 228.16 | 0.7 | 0.58 |
| Hex | 47 | 65 | DF | 44 | 37 | 0 | D | E4 | 46 | 3A |
| Octal | 107 | 145 | 337 | 104 | 67 | 0 | 15 | 344 | 106 | 72 |
| Binary | 1000111 | 1100101 | 11011111 | 1000100 | 110111 | 0 | 1101 | 11100100 | 1000110 | 111010 |
Color Harmonies of #4765DF
Complementary color
Monochromatic Colors of #4765DF
Black with #4765DF
Text Example
Text Example
White with #4765DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4765DF; }
p { color: rgb(71,101,223); }
H1.HeaderClassName
{
color: #4765DF;
}
.AnyTagClassName
{
color: #4765DF;
}
</style>
background-color css
<style>
a { background-color: #4765DF; }
a { background-color: rgb(71,101,223); }
div.DivClassName
{
background-color: #4765DF;
}
.BgClassName
{
background-color: #4765DF;
}
</style>
border-color css
<style>
span { border-color: #4765DF; }
span { border-color: rgb(71,101,223); }
td.TdClassName
{
border-color: #4765DF;
}
.TagClassName
{
border-color: #4765DF;
}
</style>