Shades of Royal Blue #4765CF
Tints of Royal Blue #4765CF
RGB
CMYK
RGB Variations
Color information
#4765CF (or 0x4765CF) is known color: Royal Blue. HEX triplet: 47, 65 and CF. RGB value is (71,101,207). Sum of RGB (Red+Green+Blue) = 71+101+207=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #4765CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4765CF is #B89A30. Grayscale: #676767. Windows color (decimal): -12098097 or 13591879. OLE color: 13591879.
HSL color Cylindrical-coordinate representation of color #4765CF: hue angle of 226.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4765CF is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 101 | 207 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.19 |
| HSL | 226.76º | 0.59% | 0.55% | - |
| HSV(B) | 226.76º | 0.66% | 0.81% | - |
| XYZ | 18.51 | 15.15 | 60.98 | - |
| YUV | 104.11 | 186.06 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 207 | 0.66 | 0.51 | 0 | 0.19 | 226.76 | 0.59 | 0.55 |
| Hex | 47 | 65 | CF | 42 | 33 | 0 | 13 | E3 | 3B | 37 |
| Octal | 107 | 145 | 317 | 102 | 63 | 0 | 23 | 343 | 73 | 67 |
| Binary | 1000111 | 1100101 | 11001111 | 1000010 | 110011 | 0 | 10011 | 11100011 | 111011 | 110111 |
Color Harmonies of #4765CF
Complementary color
Monochromatic Colors of #4765CF
Black with #4765CF
Text Example
Text Example
White with #4765CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4765CF; }
p { color: rgb(71,101,207); }
H1.HeaderClassName
{
color: #4765CF;
}
.AnyTagClassName
{
color: #4765CF;
}
</style>
background-color css
<style>
a { background-color: #4765CF; }
a { background-color: rgb(71,101,207); }
div.DivClassName
{
background-color: #4765CF;
}
.BgClassName
{
background-color: #4765CF;
}
</style>
border-color css
<style>
span { border-color: #4765CF; }
span { border-color: rgb(71,101,207); }
td.TdClassName
{
border-color: #4765CF;
}
.TagClassName
{
border-color: #4765CF;
}
</style>