Shades of Royal Blue #4569CE
Tints of Royal Blue #4569CE
RGB
CMYK
RGB Variations
Color information
#4569CE (or 0x4569CE) is known color: Royal Blue. HEX triplet: 45, 69 and CE. RGB value is (69,105,206). Sum of RGB (Red+Green+Blue) = 69+105+206=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #4569CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4569CE is #BA9631. Grayscale: #696969. Windows color (decimal): -12228146 or 13527365. OLE color: 13527365.
HSL color Cylindrical-coordinate representation of color #4569CE: hue angle of 224.23º degrees, saturation: 0.58, 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 #4569CE is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 105 | 206 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.19 |
| HSL | 224.23º | 0.58% | 0.54% | - |
| HSV(B) | 224.23º | 0.67% | 0.81% | - |
| XYZ | 18.65 | 15.82 | 60.46 | - |
| YUV | 105.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 206 | 0.67 | 0.49 | 0 | 0.19 | 224.23 | 0.58 | 0.54 |
| Hex | 45 | 69 | CE | 43 | 31 | 0 | 13 | E0 | 3A | 36 |
| Octal | 105 | 151 | 316 | 103 | 61 | 0 | 23 | 340 | 72 | 66 |
| Binary | 1000101 | 1101001 | 11001110 | 1000011 | 110001 | 0 | 10011 | 11100000 | 111010 | 110110 |
Color Harmonies of #4569CE
Complementary color
Monochromatic Colors of #4569CE
Black with #4569CE
Text Example
Text Example
White with #4569CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4569CE; }
p { color: rgb(69,105,206); }
H1.HeaderClassName
{
color: #4569CE;
}
.AnyTagClassName
{
color: #4569CE;
}
</style>
background-color css
<style>
a { background-color: #4569CE; }
a { background-color: rgb(69,105,206); }
div.DivClassName
{
background-color: #4569CE;
}
.BgClassName
{
background-color: #4569CE;
}
</style>
border-color css
<style>
span { border-color: #4569CE; }
span { border-color: rgb(69,105,206); }
td.TdClassName
{
border-color: #4569CE;
}
.TagClassName
{
border-color: #4569CE;
}
</style>