Shades of Royal Blue #4665CF
Tints of Royal Blue #4665CF
RGB
CMYK
RGB Variations
Color information
#4665CF (or 0x4665CF) is known color: Royal Blue. HEX triplet: 46, 65 and CF. RGB value is (70,101,207). Sum of RGB (Red+Green+Blue) = 70+101+207=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #4665CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4665CF is #B99A30. Grayscale: #676767. Windows color (decimal): -12163633 or 13591878. OLE color: 13591878.
HSL color Cylindrical-coordinate representation of color #4665CF: hue angle of 226.42º 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 #4665CF is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 101 | 207 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.19 |
| HSL | 226.42º | 0.59% | 0.54% | - |
| HSV(B) | 226.42º | 0.66% | 0.81% | - |
| XYZ | 18.44 | 15.11 | 60.98 | - |
| YUV | 103.82 | 186.23 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 207 | 0.66 | 0.51 | 0 | 0.19 | 226.42 | 0.59 | 0.54 |
| Hex | 46 | 65 | CF | 42 | 33 | 0 | 13 | E2 | 3B | 36 |
| Octal | 106 | 145 | 317 | 102 | 63 | 0 | 23 | 342 | 73 | 66 |
| Binary | 1000110 | 1100101 | 11001111 | 1000010 | 110011 | 0 | 10011 | 11100010 | 111011 | 110110 |
Color Harmonies of #4665CF
Complementary color
Monochromatic Colors of #4665CF
Black with #4665CF
Text Example
Text Example
White with #4665CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4665CF; }
p { color: rgb(70,101,207); }
H1.HeaderClassName
{
color: #4665CF;
}
.AnyTagClassName
{
color: #4665CF;
}
</style>
background-color css
<style>
a { background-color: #4665CF; }
a { background-color: rgb(70,101,207); }
div.DivClassName
{
background-color: #4665CF;
}
.BgClassName
{
background-color: #4665CF;
}
</style>
border-color css
<style>
span { border-color: #4665CF; }
span { border-color: rgb(70,101,207); }
td.TdClassName
{
border-color: #4665CF;
}
.TagClassName
{
border-color: #4665CF;
}
</style>