Shades of Royal Blue #4667CF
Tints of Royal Blue #4667CF
RGB
CMYK
RGB Variations
Color information
#4667CF (or 0x4667CF) is known color: Royal Blue. HEX triplet: 46, 67 and CF. RGB value is (70,103,207). Sum of RGB (Red+Green+Blue) = 70+103+207=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #4667CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4667CF is #B99830. Grayscale: #686868. Windows color (decimal): -12163121 or 13592390. OLE color: 13592390.
HSL color Cylindrical-coordinate representation of color #4667CF: hue angle of 225.55º 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 #4667CF is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 103 | 207 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.19 |
| HSL | 225.55º | 0.59% | 0.54% | - |
| HSV(B) | 225.55º | 0.66% | 0.81% | - |
| XYZ | 18.64 | 15.51 | 61.04 | - |
| YUV | 104.99 | 185.57 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 207 | 0.66 | 0.50 | 0 | 0.19 | 225.55 | 0.59 | 0.54 |
| Hex | 46 | 67 | CF | 42 | 32 | 0 | 13 | E2 | 3B | 36 |
| Octal | 106 | 147 | 317 | 102 | 62 | 0 | 23 | 342 | 73 | 66 |
| Binary | 1000110 | 1100111 | 11001111 | 1000010 | 110010 | 0 | 10011 | 11100010 | 111011 | 110110 |
Color Harmonies of #4667CF
Complementary color
Monochromatic Colors of #4667CF
Black with #4667CF
Text Example
Text Example
White with #4667CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4667CF; }
p { color: rgb(70,103,207); }
H1.HeaderClassName
{
color: #4667CF;
}
.AnyTagClassName
{
color: #4667CF;
}
</style>
background-color css
<style>
a { background-color: #4667CF; }
a { background-color: rgb(70,103,207); }
div.DivClassName
{
background-color: #4667CF;
}
.BgClassName
{
background-color: #4667CF;
}
</style>
border-color css
<style>
span { border-color: #4667CF; }
span { border-color: rgb(70,103,207); }
td.TdClassName
{
border-color: #4667CF;
}
.TagClassName
{
border-color: #4667CF;
}
</style>