Shades of Royal Blue #4768DB
Tints of Royal Blue #4768DB
RGB
CMYK
RGB Variations
Color information
#4768DB (or 0x4768DB) is known color: Royal Blue. HEX triplet: 47, 68 and DB. RGB value is (71,104,219). Sum of RGB (Red+Green+Blue) = 71+104+219=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #4768DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4768DB is #B89724. Grayscale: #6A6A6A. Windows color (decimal): -12097317 or 14379079. OLE color: 14379079.
HSL color Cylindrical-coordinate representation of color #4768DB: hue angle of 226.62º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4768DB is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 104 | 219 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.14 |
| HSL | 226.62º | 0.67% | 0.57% | - |
| HSV(B) | 226.62º | 0.68% | 0.86% | - |
| XYZ | 20.34 | 16.35 | 69.1 | - |
| YUV | 107.24 | 191.07 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 219 | 0.68 | 0.53 | 0 | 0.14 | 226.62 | 0.67 | 0.57 |
| Hex | 47 | 68 | DB | 44 | 35 | 0 | E | E3 | 43 | 39 |
| Octal | 107 | 150 | 333 | 104 | 65 | 0 | 16 | 343 | 103 | 71 |
| Binary | 1000111 | 1101000 | 11011011 | 1000100 | 110101 | 0 | 1110 | 11100011 | 1000011 | 111001 |
Color Harmonies of #4768DB
Complementary color
Monochromatic Colors of #4768DB
Black with #4768DB
Text Example
Text Example
White with #4768DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4768DB; }
p { color: rgb(71,104,219); }
H1.HeaderClassName
{
color: #4768DB;
}
.AnyTagClassName
{
color: #4768DB;
}
</style>
background-color css
<style>
a { background-color: #4768DB; }
a { background-color: rgb(71,104,219); }
div.DivClassName
{
background-color: #4768DB;
}
.BgClassName
{
background-color: #4768DB;
}
</style>
border-color css
<style>
span { border-color: #4768DB; }
span { border-color: rgb(71,104,219); }
td.TdClassName
{
border-color: #4768DB;
}
.TagClassName
{
border-color: #4768DB;
}
</style>