Shades of Royal Blue #4575FD
Tints of Royal Blue #4575FD
RGB
CMYK
RGB Variations
Color information
#4575FD (or 0x4575FD) is known color: Royal Blue. HEX triplet: 45, 75 and FD. RGB value is (69,117,253). Sum of RGB (Red+Green+Blue) = 69+117+253=439 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.72% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #4575FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4575FD is #BA8A02. Grayscale: #757575. Windows color (decimal): -12225027 or 16610629. OLE color: 16610629.
HSL color Cylindrical-coordinate representation of color #4575FD: hue angle of 224.35º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4575FD is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 117 | 253 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.01 |
| HSL | 224.35º | 0.98% | 0.63% | - |
| HSV(B) | 224.35º | 0.73% | 0.99% | - |
| XYZ | 26.55 | 21.08 | 95.6 | - |
| YUV | 118.15 | 204.1 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 253 | 0.73 | 0.54 | 0 | 0.01 | 224.35 | 0.98 | 0.63 |
| Hex | 45 | 75 | FD | 49 | 36 | 0 | 1 | E0 | 62 | 3F |
| Octal | 105 | 165 | 375 | 111 | 66 | 0 | 1 | 340 | 142 | 77 |
| Binary | 1000101 | 1110101 | 11111101 | 1001001 | 110110 | 0 | 1 | 11100000 | 1100010 | 111111 |
Color Harmonies of #4575FD
Complementary color
Monochromatic Colors of #4575FD
Black with #4575FD
Text Example
Text Example
White with #4575FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575FD; }
p { color: rgb(69,117,253); }
H1.HeaderClassName
{
color: #4575FD;
}
.AnyTagClassName
{
color: #4575FD;
}
</style>
background-color css
<style>
a { background-color: #4575FD; }
a { background-color: rgb(69,117,253); }
div.DivClassName
{
background-color: #4575FD;
}
.BgClassName
{
background-color: #4575FD;
}
</style>
border-color css
<style>
span { border-color: #4575FD; }
span { border-color: rgb(69,117,253); }
td.TdClassName
{
border-color: #4575FD;
}
.TagClassName
{
border-color: #4575FD;
}
</style>