Shades of Royal Blue #4668CF
Tints of Royal Blue #4668CF
RGB
CMYK
RGB Variations
Color information
#4668CF (or 0x4668CF) is known color: Royal Blue. HEX triplet: 46, 68 and CF. RGB value is (70,104,207). Sum of RGB (Red+Green+Blue) = 70+104+207=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #4668CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4668CF is #B99730. Grayscale: #696969. Windows color (decimal): -12162865 or 13592646. OLE color: 13592646.
HSL color Cylindrical-coordinate representation of color #4668CF: hue angle of 225.11º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4668CF is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 104 | 207 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.19 |
| HSL | 225.11º | 0.59% | 0.54% | - |
| HSV(B) | 225.11º | 0.66% | 0.81% | - |
| XYZ | 18.74 | 15.71 | 61.08 | - |
| YUV | 105.58 | 185.24 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 207 | 0.66 | 0.50 | 0 | 0.19 | 225.11 | 0.59 | 0.54 |
| Hex | 46 | 68 | CF | 42 | 32 | 0 | 13 | E1 | 3B | 36 |
| Octal | 106 | 150 | 317 | 102 | 62 | 0 | 23 | 341 | 73 | 66 |
| Binary | 1000110 | 1101000 | 11001111 | 1000010 | 110010 | 0 | 10011 | 11100001 | 111011 | 110110 |
Color Harmonies of #4668CF
Complementary color
Monochromatic Colors of #4668CF
Black with #4668CF
Text Example
Text Example
White with #4668CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4668CF; }
p { color: rgb(70,104,207); }
H1.HeaderClassName
{
color: #4668CF;
}
.AnyTagClassName
{
color: #4668CF;
}
</style>
background-color css
<style>
a { background-color: #4668CF; }
a { background-color: rgb(70,104,207); }
div.DivClassName
{
background-color: #4668CF;
}
.BgClassName
{
background-color: #4668CF;
}
</style>
border-color css
<style>
span { border-color: #4668CF; }
span { border-color: rgb(70,104,207); }
td.TdClassName
{
border-color: #4668CF;
}
.TagClassName
{
border-color: #4668CF;
}
</style>