Shades of Royal Blue #4574DB
Tints of Royal Blue #4574DB
RGB
CMYK
RGB Variations
Color information
#4574DB (or 0x4574DB) is known color: Royal Blue. HEX triplet: 45, 74 and DB. RGB value is (69,116,219). Sum of RGB (Red+Green+Blue) = 69+116+219=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #4574DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574DB is #BA8B24. Grayscale: #717171. Windows color (decimal): -12225317 or 14382149. OLE color: 14382149.
HSL color Cylindrical-coordinate representation of color #4574DB: hue angle of 221.2º 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 #4574DB is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 116 | 219 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.14 |
| HSL | 221.2º | 0.68% | 0.56% | - |
| HSV(B) | 221.2º | 0.68% | 0.86% | - |
| XYZ | 21.49 | 18.87 | 69.53 | - |
| YUV | 113.69 | 187.43 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 219 | 0.68 | 0.47 | 0 | 0.14 | 221.2 | 0.68 | 0.56 |
| Hex | 45 | 74 | DB | 44 | 2F | 0 | E | DD | 44 | 38 |
| Octal | 105 | 164 | 333 | 104 | 57 | 0 | 16 | 335 | 104 | 70 |
| Binary | 1000101 | 1110100 | 11011011 | 1000100 | 101111 | 0 | 1110 | 11011101 | 1000100 | 111000 |
Color Harmonies of #4574DB
Complementary color
Monochromatic Colors of #4574DB
Black with #4574DB
Text Example
Text Example
White with #4574DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4574DB; }
p { color: rgb(69,116,219); }
H1.HeaderClassName
{
color: #4574DB;
}
.AnyTagClassName
{
color: #4574DB;
}
</style>
background-color css
<style>
a { background-color: #4574DB; }
a { background-color: rgb(69,116,219); }
div.DivClassName
{
background-color: #4574DB;
}
.BgClassName
{
background-color: #4574DB;
}
</style>
border-color css
<style>
span { border-color: #4574DB; }
span { border-color: rgb(69,116,219); }
td.TdClassName
{
border-color: #4574DB;
}
.TagClassName
{
border-color: #4574DB;
}
</style>