Shades of Royal Blue #4668FF
Tints of Royal Blue #4668FF
RGB
CMYK
RGB Variations
Color information
#4668FF (or 0x4668FF) is known color: Royal Blue. HEX triplet: 46, 68 and FF. RGB value is (70,104,255). Sum of RGB (Red+Green+Blue) = 70+104+255=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #4668FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4668FF is #B99700. Grayscale: #6E6E6E. Windows color (decimal): -12162817 or 16738374. OLE color: 16738374.
HSL color Cylindrical-coordinate representation of color #4668FF: hue angle of 228.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4668FF is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 104 | 255 | - |
| CMYK | 0.73 | 0.59 | 0 | 0 |
| HSL | 228.97º | 1% | 0.64% | - |
| HSV(B) | 228.97º | 0.73% | 1% | - |
| XYZ | 25.53 | 18.42 | 96.82 | - |
| YUV | 111.05 | 209.24 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 255 | 0.73 | 0.59 | 0 | 0 | 228.97 | 1 | 0.64 |
| Hex | 46 | 68 | FF | 49 | 3B | 0 | 0 | E5 | 64 | 40 |
| Octal | 106 | 150 | 377 | 111 | 73 | 0 | 0 | 345 | 144 | 100 |
| Binary | 1000110 | 1101000 | 11111111 | 1001001 | 111011 | 0 | 0 | 11100101 | 1100100 | 1000000 |
Color Harmonies of #4668FF
Complementary color
Monochromatic Colors of #4668FF
Black with #4668FF
Text Example
Text Example
White with #4668FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4668FF; }
p { color: rgb(70,104,255); }
H1.HeaderClassName
{
color: #4668FF;
}
.AnyTagClassName
{
color: #4668FF;
}
</style>
background-color css
<style>
a { background-color: #4668FF; }
a { background-color: rgb(70,104,255); }
div.DivClassName
{
background-color: #4668FF;
}
.BgClassName
{
background-color: #4668FF;
}
</style>
border-color css
<style>
span { border-color: #4668FF; }
span { border-color: rgb(70,104,255); }
td.TdClassName
{
border-color: #4668FF;
}
.TagClassName
{
border-color: #4668FF;
}
</style>