Shades of Royal Blue #4667FB
Tints of Royal Blue #4667FB
RGB
CMYK
RGB Variations
Color information
#4667FB (or 0x4667FB) is known color: Royal Blue. HEX triplet: 46, 67 and FB. RGB value is (70,103,251). Sum of RGB (Red+Green+Blue) = 70+103+251=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #4667FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4667FB is #B99804. Grayscale: #6D6D6D. Windows color (decimal): -12163077 or 16475974. OLE color: 16475974.
HSL color Cylindrical-coordinate representation of color #4667FB: hue angle of 229.06º 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 #4667FB is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 103 | 251 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.02 |
| HSL | 229.06º | 0.96% | 0.63% | - |
| HSV(B) | 229.06º | 0.72% | 0.98% | - |
| XYZ | 24.79 | 17.97 | 93.43 | - |
| YUV | 110.01 | 207.57 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 251 | 0.72 | 0.59 | 0 | 0.02 | 229.06 | 0.96 | 0.63 |
| Hex | 46 | 67 | FB | 48 | 3B | 0 | 2 | E5 | 60 | 3F |
| Octal | 106 | 147 | 373 | 110 | 73 | 0 | 2 | 345 | 140 | 77 |
| Binary | 1000110 | 1100111 | 11111011 | 1001000 | 111011 | 0 | 10 | 11100101 | 1100000 | 111111 |
Color Harmonies of #4667FB
Complementary color
Monochromatic Colors of #4667FB
Black with #4667FB
Text Example
Text Example
White with #4667FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4667FB; }
p { color: rgb(70,103,251); }
H1.HeaderClassName
{
color: #4667FB;
}
.AnyTagClassName
{
color: #4667FB;
}
</style>
background-color css
<style>
a { background-color: #4667FB; }
a { background-color: rgb(70,103,251); }
div.DivClassName
{
background-color: #4667FB;
}
.BgClassName
{
background-color: #4667FB;
}
</style>
border-color css
<style>
span { border-color: #4667FB; }
span { border-color: rgb(70,103,251); }
td.TdClassName
{
border-color: #4667FB;
}
.TagClassName
{
border-color: #4667FB;
}
</style>