Shades of Royal Blue #4574D8
Tints of Royal Blue #4574D8
RGB
CMYK
RGB Variations
Color information
#4574D8 (or 0x4574D8) is known color: Royal Blue. HEX triplet: 45, 74 and D8. RGB value is (69,116,216). Sum of RGB (Red+Green+Blue) = 69+116+216=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #4574D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574D8 is #BA8B27. Grayscale: #707070. Windows color (decimal): -12225320 or 14185541. OLE color: 14185541.
HSL color Cylindrical-coordinate representation of color #4574D8: hue angle of 220.82º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4574D8 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 116 | 216 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.15 |
| HSL | 220.82º | 0.65% | 0.56% | - |
| HSV(B) | 220.82º | 0.68% | 0.85% | - |
| XYZ | 21.09 | 18.71 | 67.47 | - |
| YUV | 113.35 | 185.93 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 216 | 0.68 | 0.46 | 0 | 0.15 | 220.82 | 0.65 | 0.56 |
| Hex | 45 | 74 | D8 | 44 | 2E | 0 | F | DD | 41 | 38 |
| Octal | 105 | 164 | 330 | 104 | 56 | 0 | 17 | 335 | 101 | 70 |
| Binary | 1000101 | 1110100 | 11011000 | 1000100 | 101110 | 0 | 1111 | 11011101 | 1000001 | 111000 |
Color Harmonies of #4574D8
Complementary color
Monochromatic Colors of #4574D8
Black with #4574D8
Text Example
Text Example
White with #4574D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4574D8; }
p { color: rgb(69,116,216); }
H1.HeaderClassName
{
color: #4574D8;
}
.AnyTagClassName
{
color: #4574D8;
}
</style>
background-color css
<style>
a { background-color: #4574D8; }
a { background-color: rgb(69,116,216); }
div.DivClassName
{
background-color: #4574D8;
}
.BgClassName
{
background-color: #4574D8;
}
</style>
border-color css
<style>
span { border-color: #4574D8; }
span { border-color: rgb(69,116,216); }
td.TdClassName
{
border-color: #4574D8;
}
.TagClassName
{
border-color: #4574D8;
}
</style>