Shades of Royal Blue #4575DC
Tints of Royal Blue #4575DC
RGB
CMYK
RGB Variations
Color information
#4575DC (or 0x4575DC) is known color: Royal Blue. HEX triplet: 45, 75 and DC. RGB value is (69,117,220). Sum of RGB (Red+Green+Blue) = 69+117+220=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #4575DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575DC is #BA8A23. Grayscale: #717171. Windows color (decimal): -12225060 or 14447941. OLE color: 14447941.
HSL color Cylindrical-coordinate representation of color #4575DC: hue angle of 220.93º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4575DC is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 117 | 220 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.14 |
| HSL | 220.93º | 0.68% | 0.57% | - |
| HSV(B) | 220.93º | 0.69% | 0.86% | - |
| XYZ | 21.73 | 19.16 | 70.26 | - |
| YUV | 114.39 | 187.6 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 220 | 0.69 | 0.47 | 0 | 0.14 | 220.93 | 0.68 | 0.57 |
| Hex | 45 | 75 | DC | 45 | 2F | 0 | E | DD | 44 | 39 |
| Octal | 105 | 165 | 334 | 105 | 57 | 0 | 16 | 335 | 104 | 71 |
| Binary | 1000101 | 1110101 | 11011100 | 1000101 | 101111 | 0 | 1110 | 11011101 | 1000100 | 111001 |
Color Harmonies of #4575DC
Complementary color
Monochromatic Colors of #4575DC
Black with #4575DC
Text Example
Text Example
White with #4575DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575DC; }
p { color: rgb(69,117,220); }
H1.HeaderClassName
{
color: #4575DC;
}
.AnyTagClassName
{
color: #4575DC;
}
</style>
background-color css
<style>
a { background-color: #4575DC; }
a { background-color: rgb(69,117,220); }
div.DivClassName
{
background-color: #4575DC;
}
.BgClassName
{
background-color: #4575DC;
}
</style>
border-color css
<style>
span { border-color: #4575DC; }
span { border-color: rgb(69,117,220); }
td.TdClassName
{
border-color: #4575DC;
}
.TagClassName
{
border-color: #4575DC;
}
</style>