Shades of Royal Blue #4675FD
Tints of Royal Blue #4675FD
RGB
CMYK
RGB Variations
Color information
#4675FD (or 0x4675FD) is known color: Royal Blue. HEX triplet: 46, 75 and FD. RGB value is (70,117,253). Sum of RGB (Red+Green+Blue) = 70+117+253=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #4675FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4675FD is #B98A02. Grayscale: #757575. Windows color (decimal): -12159491 or 16610630. OLE color: 16610630.
HSL color Cylindrical-coordinate representation of color #4675FD: hue angle of 224.59º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4675FD is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 117 | 253 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.01 |
| HSL | 224.59º | 0.98% | 0.63% | - |
| HSV(B) | 224.59º | 0.72% | 0.99% | - |
| XYZ | 26.62 | 21.12 | 95.6 | - |
| YUV | 118.45 | 203.93 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 253 | 0.72 | 0.54 | 0 | 0.01 | 224.59 | 0.98 | 0.63 |
| Hex | 46 | 75 | FD | 48 | 36 | 0 | 1 | E1 | 62 | 3F |
| Octal | 106 | 165 | 375 | 110 | 66 | 0 | 1 | 341 | 142 | 77 |
| Binary | 1000110 | 1110101 | 11111101 | 1001000 | 110110 | 0 | 1 | 11100001 | 1100010 | 111111 |
Color Harmonies of #4675FD
Complementary color
Monochromatic Colors of #4675FD
Black with #4675FD
Text Example
Text Example
White with #4675FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4675FD; }
p { color: rgb(70,117,253); }
H1.HeaderClassName
{
color: #4675FD;
}
.AnyTagClassName
{
color: #4675FD;
}
</style>
background-color css
<style>
a { background-color: #4675FD; }
a { background-color: rgb(70,117,253); }
div.DivClassName
{
background-color: #4675FD;
}
.BgClassName
{
background-color: #4675FD;
}
</style>
border-color css
<style>
span { border-color: #4675FD; }
span { border-color: rgb(70,117,253); }
td.TdClassName
{
border-color: #4675FD;
}
.TagClassName
{
border-color: #4675FD;
}
</style>