Shades of Royal Blue #4574CF
Tints of Royal Blue #4574CF
RGB
CMYK
RGB Variations
Color information
#4574CF (or 0x4574CF) is known color: Royal Blue. HEX triplet: 45, 74 and CF. RGB value is (69,116,207). Sum of RGB (Red+Green+Blue) = 69+116+207=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #4574CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574CF is #BA8B30. Grayscale: #6F6F6F. Windows color (decimal): -12225329 or 13595717. OLE color: 13595717.
HSL color Cylindrical-coordinate representation of color #4574CF: hue angle of 219.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4574CF is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 116 | 207 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.19 |
| HSL | 219.57º | 0.59% | 0.54% | - |
| HSV(B) | 219.57º | 0.67% | 0.81% | - |
| XYZ | 19.96 | 18.26 | 61.5 | - |
| YUV | 112.32 | 181.43 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 207 | 0.67 | 0.44 | 0 | 0.19 | 219.57 | 0.59 | 0.54 |
| Hex | 45 | 74 | CF | 43 | 2C | 0 | 13 | DC | 3B | 36 |
| Octal | 105 | 164 | 317 | 103 | 54 | 0 | 23 | 334 | 73 | 66 |
| Binary | 1000101 | 1110100 | 11001111 | 1000011 | 101100 | 0 | 10011 | 11011100 | 111011 | 110110 |
Color Harmonies of #4574CF
Complementary color
Monochromatic Colors of #4574CF
Black with #4574CF
Text Example
Text Example
White with #4574CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4574CF; }
p { color: rgb(69,116,207); }
H1.HeaderClassName
{
color: #4574CF;
}
.AnyTagClassName
{
color: #4574CF;
}
</style>
background-color css
<style>
a { background-color: #4574CF; }
a { background-color: rgb(69,116,207); }
div.DivClassName
{
background-color: #4574CF;
}
.BgClassName
{
background-color: #4574CF;
}
</style>
border-color css
<style>
span { border-color: #4574CF; }
span { border-color: rgb(69,116,207); }
td.TdClassName
{
border-color: #4574CF;
}
.TagClassName
{
border-color: #4574CF;
}
</style>