Shades of Royal Blue #4575DE
Tints of Royal Blue #4575DE
RGB
CMYK
RGB Variations
Color information
#4575DE (or 0x4575DE) is known color: Royal Blue. HEX triplet: 45, 75 and DE. RGB value is (69,117,222). Sum of RGB (Red+Green+Blue) = 69+117+222=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #4575DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575DE is #BA8A21. Grayscale: #727272. Windows color (decimal): -12225058 or 14579013. OLE color: 14579013.
HSL color Cylindrical-coordinate representation of color #4575DE: hue angle of 221.18º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4575DE is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 117 | 222 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.13 |
| HSL | 221.18º | 0.7% | 0.57% | - |
| HSV(B) | 221.18º | 0.69% | 0.87% | - |
| XYZ | 22 | 19.26 | 71.67 | - |
| YUV | 114.62 | 188.6 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 222 | 0.69 | 0.47 | 0 | 0.13 | 221.18 | 0.7 | 0.57 |
| Hex | 45 | 75 | DE | 45 | 2F | 0 | D | DD | 46 | 39 |
| Octal | 105 | 165 | 336 | 105 | 57 | 0 | 15 | 335 | 106 | 71 |
| Binary | 1000101 | 1110101 | 11011110 | 1000101 | 101111 | 0 | 1101 | 11011101 | 1000110 | 111001 |
Color Harmonies of #4575DE
Complementary color
Monochromatic Colors of #4575DE
Black with #4575DE
Text Example
Text Example
White with #4575DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575DE; }
p { color: rgb(69,117,222); }
H1.HeaderClassName
{
color: #4575DE;
}
.AnyTagClassName
{
color: #4575DE;
}
</style>
background-color css
<style>
a { background-color: #4575DE; }
a { background-color: rgb(69,117,222); }
div.DivClassName
{
background-color: #4575DE;
}
.BgClassName
{
background-color: #4575DE;
}
</style>
border-color css
<style>
span { border-color: #4575DE; }
span { border-color: rgb(69,117,222); }
td.TdClassName
{
border-color: #4575DE;
}
.TagClassName
{
border-color: #4575DE;
}
</style>