Shades of Royal Blue #4965DF
Tints of Royal Blue #4965DF
RGB
CMYK
RGB Variations
Color information
#4965DF (or 0x4965DF) is known color: Royal Blue. HEX triplet: 49, 65 and DF. RGB value is (73,101,223). Sum of RGB (Red+Green+Blue) = 73+101+223=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #4965DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4965DF is #B69A20. Grayscale: #6A6A6A. Windows color (decimal): -11967009 or 14640457. OLE color: 14640457.
HSL color Cylindrical-coordinate representation of color #4965DF: hue angle of 228.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4965DF is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 101 | 223 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.13 |
| HSL | 228.8º | 0.7% | 0.58% | - |
| HSV(B) | 228.8º | 0.67% | 0.87% | - |
| XYZ | 20.72 | 16.05 | 71.82 | - |
| YUV | 106.54 | 193.72 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 223 | 0.67 | 0.55 | 0 | 0.13 | 228.8 | 0.7 | 0.58 |
| Hex | 49 | 65 | DF | 43 | 37 | 0 | D | E5 | 46 | 3A |
| Octal | 111 | 145 | 337 | 103 | 67 | 0 | 15 | 345 | 106 | 72 |
| Binary | 1001001 | 1100101 | 11011111 | 1000011 | 110111 | 0 | 1101 | 11100101 | 1000110 | 111010 |
Color Harmonies of #4965DF
Complementary color
Monochromatic Colors of #4965DF
Black with #4965DF
Text Example
Text Example
White with #4965DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4965DF; }
p { color: rgb(73,101,223); }
H1.HeaderClassName
{
color: #4965DF;
}
.AnyTagClassName
{
color: #4965DF;
}
</style>
background-color css
<style>
a { background-color: #4965DF; }
a { background-color: rgb(73,101,223); }
div.DivClassName
{
background-color: #4965DF;
}
.BgClassName
{
background-color: #4965DF;
}
</style>
border-color css
<style>
span { border-color: #4965DF; }
span { border-color: rgb(73,101,223); }
td.TdClassName
{
border-color: #4965DF;
}
.TagClassName
{
border-color: #4965DF;
}
</style>