Shades of Royal Blue #4575DB
Tints of Royal Blue #4575DB
RGB
CMYK
RGB Variations
Color information
#4575DB (or 0x4575DB) is known color: Royal Blue. HEX triplet: 45, 75 and DB. RGB value is (69,117,219). Sum of RGB (Red+Green+Blue) = 69+117+219=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #4575DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575DB is #BA8A24. Grayscale: #717171. Windows color (decimal): -12225061 or 14382405. OLE color: 14382405.
HSL color Cylindrical-coordinate representation of color #4575DB: hue angle of 220.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4575DB is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 117 | 219 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.14 |
| HSL | 220.8º | 0.68% | 0.56% | - |
| HSV(B) | 220.8º | 0.68% | 0.86% | - |
| XYZ | 21.6 | 19.1 | 69.57 | - |
| YUV | 114.28 | 187.1 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 219 | 0.68 | 0.47 | 0 | 0.14 | 220.8 | 0.68 | 0.56 |
| Hex | 45 | 75 | DB | 44 | 2F | 0 | E | DD | 44 | 38 |
| Octal | 105 | 165 | 333 | 104 | 57 | 0 | 16 | 335 | 104 | 70 |
| Binary | 1000101 | 1110101 | 11011011 | 1000100 | 101111 | 0 | 1110 | 11011101 | 1000100 | 111000 |
Color Harmonies of #4575DB
Complementary color
Monochromatic Colors of #4575DB
Black with #4575DB
Text Example
Text Example
White with #4575DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575DB; }
p { color: rgb(69,117,219); }
H1.HeaderClassName
{
color: #4575DB;
}
.AnyTagClassName
{
color: #4575DB;
}
</style>
background-color css
<style>
a { background-color: #4575DB; }
a { background-color: rgb(69,117,219); }
div.DivClassName
{
background-color: #4575DB;
}
.BgClassName
{
background-color: #4575DB;
}
</style>
border-color css
<style>
span { border-color: #4575DB; }
span { border-color: rgb(69,117,219); }
td.TdClassName
{
border-color: #4575DB;
}
.TagClassName
{
border-color: #4575DB;
}
</style>