Shades of Royal Blue #4675FB
Tints of Royal Blue #4675FB
RGB
CMYK
RGB Variations
Color information
#4675FB (or 0x4675FB) is known color: Royal Blue. HEX triplet: 46, 75 and FB. RGB value is (70,117,251). Sum of RGB (Red+Green+Blue) = 70+117+251=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #4675FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4675FB is #B98A04. Grayscale: #757575. Windows color (decimal): -12159493 or 16479558. OLE color: 16479558.
HSL color Cylindrical-coordinate representation of color #4675FB: hue angle of 224.42º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4675FB is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 117 | 251 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.02 |
| HSL | 224.42º | 0.96% | 0.63% | - |
| HSV(B) | 224.42º | 0.72% | 0.98% | - |
| XYZ | 26.3 | 20.99 | 93.93 | - |
| YUV | 118.22 | 202.93 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 251 | 0.72 | 0.53 | 0 | 0.02 | 224.42 | 0.96 | 0.63 |
| Hex | 46 | 75 | FB | 48 | 35 | 0 | 2 | E0 | 60 | 3F |
| Octal | 106 | 165 | 373 | 110 | 65 | 0 | 2 | 340 | 140 | 77 |
| Binary | 1000110 | 1110101 | 11111011 | 1001000 | 110101 | 0 | 10 | 11100000 | 1100000 | 111111 |
Color Harmonies of #4675FB
Complementary color
Monochromatic Colors of #4675FB
Black with #4675FB
Text Example
Text Example
White with #4675FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4675FB; }
p { color: rgb(70,117,251); }
H1.HeaderClassName
{
color: #4675FB;
}
.AnyTagClassName
{
color: #4675FB;
}
</style>
background-color css
<style>
a { background-color: #4675FB; }
a { background-color: rgb(70,117,251); }
div.DivClassName
{
background-color: #4675FB;
}
.BgClassName
{
background-color: #4675FB;
}
</style>
border-color css
<style>
span { border-color: #4675FB; }
span { border-color: rgb(70,117,251); }
td.TdClassName
{
border-color: #4675FB;
}
.TagClassName
{
border-color: #4675FB;
}
</style>