Shades of Royal Blue #4574D0
Tints of Royal Blue #4574D0
RGB
CMYK
RGB Variations
Color information
#4574D0 (or 0x4574D0) is known color: Royal Blue. HEX triplet: 45, 74 and D0. RGB value is (69,116,208). Sum of RGB (Red+Green+Blue) = 69+116+208=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #4574D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574D0 is #BA8B2F. Grayscale: #707070. Windows color (decimal): -12225328 or 13661253. OLE color: 13661253.
HSL color Cylindrical-coordinate representation of color #4574D0: hue angle of 219.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4574D0 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 116 | 208 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.18 |
| HSL | 219.71º | 0.6% | 0.54% | - |
| HSV(B) | 219.71º | 0.67% | 0.82% | - |
| XYZ | 20.08 | 18.31 | 62.15 | - |
| YUV | 112.44 | 181.93 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 208 | 0.67 | 0.44 | 0 | 0.18 | 219.71 | 0.6 | 0.54 |
| Hex | 45 | 74 | D0 | 43 | 2C | 0 | 12 | DC | 3C | 36 |
| Octal | 105 | 164 | 320 | 103 | 54 | 0 | 22 | 334 | 74 | 66 |
| Binary | 1000101 | 1110100 | 11010000 | 1000011 | 101100 | 0 | 10010 | 11011100 | 111100 | 110110 |
Color Harmonies of #4574D0
Complementary color
Monochromatic Colors of #4574D0
Black with #4574D0
Text Example
Text Example
White with #4574D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4574D0; }
p { color: rgb(69,116,208); }
H1.HeaderClassName
{
color: #4574D0;
}
.AnyTagClassName
{
color: #4574D0;
}
</style>
background-color css
<style>
a { background-color: #4574D0; }
a { background-color: rgb(69,116,208); }
div.DivClassName
{
background-color: #4574D0;
}
.BgClassName
{
background-color: #4574D0;
}
</style>
border-color css
<style>
span { border-color: #4574D0; }
span { border-color: rgb(69,116,208); }
td.TdClassName
{
border-color: #4574D0;
}
.TagClassName
{
border-color: #4574D0;
}
</style>