Shades of Royal Blue #4575FB
Tints of Royal Blue #4575FB
RGB
CMYK
RGB Variations
Color information
#4575FB (or 0x4575FB) is known color: Royal Blue. HEX triplet: 45, 75 and FB. RGB value is (69,117,251). Sum of RGB (Red+Green+Blue) = 69+117+251=437 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.79% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #4575FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4575FB is #BA8A04. Grayscale: #757575. Windows color (decimal): -12225029 or 16479557. OLE color: 16479557.
HSL color Cylindrical-coordinate representation of color #4575FB: hue angle of 224.18º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4575FB is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 117 | 251 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.02 |
| HSL | 224.18º | 0.96% | 0.63% | - |
| HSV(B) | 224.18º | 0.73% | 0.98% | - |
| XYZ | 26.23 | 20.95 | 93.93 | - |
| YUV | 117.92 | 203.1 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 251 | 0.73 | 0.53 | 0 | 0.02 | 224.18 | 0.96 | 0.63 |
| Hex | 45 | 75 | FB | 49 | 35 | 0 | 2 | E0 | 60 | 3F |
| Octal | 105 | 165 | 373 | 111 | 65 | 0 | 2 | 340 | 140 | 77 |
| Binary | 1000101 | 1110101 | 11111011 | 1001001 | 110101 | 0 | 10 | 11100000 | 1100000 | 111111 |
Color Harmonies of #4575FB
Complementary color
Monochromatic Colors of #4575FB
Black with #4575FB
Text Example
Text Example
White with #4575FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575FB; }
p { color: rgb(69,117,251); }
H1.HeaderClassName
{
color: #4575FB;
}
.AnyTagClassName
{
color: #4575FB;
}
</style>
background-color css
<style>
a { background-color: #4575FB; }
a { background-color: rgb(69,117,251); }
div.DivClassName
{
background-color: #4575FB;
}
.BgClassName
{
background-color: #4575FB;
}
</style>
border-color css
<style>
span { border-color: #4575FB; }
span { border-color: rgb(69,117,251); }
td.TdClassName
{
border-color: #4575FB;
}
.TagClassName
{
border-color: #4575FB;
}
</style>