Shades of Royal Blue #4C69CF
Tints of Royal Blue #4C69CF
RGB
CMYK
RGB Variations
Color information
#4C69CF (or 0x4C69CF) is known color: Royal Blue. HEX triplet: 4C, 69 and CF. RGB value is (76,105,207). Sum of RGB (Red+Green+Blue) = 76+105+207=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C69CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C69CF is #B39630. Grayscale: #6B6B6B. Windows color (decimal): -11769393 or 13592908. OLE color: 13592908.
HSL color Cylindrical-coordinate representation of color #4C69CF: hue angle of 226.72º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C69CF is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 105 | 207 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.19 |
| HSL | 226.72º | 0.58% | 0.55% | - |
| HSV(B) | 226.72º | 0.63% | 0.81% | - |
| XYZ | 19.29 | 16.14 | 61.13 | - |
| YUV | 107.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 105 | 207 | 0.63 | 0.49 | 0 | 0.19 | 226.72 | 0.58 | 0.55 |
| Hex | 4C | 69 | CF | 3F | 31 | 0 | 13 | E3 | 3A | 37 |
| Octal | 114 | 151 | 317 | 77 | 61 | 0 | 23 | 343 | 72 | 67 |
| Binary | 1001100 | 1101001 | 11001111 | 111111 | 110001 | 0 | 10011 | 11100011 | 111010 | 110111 |
Color Harmonies of #4C69CF
Complementary color
Monochromatic Colors of #4C69CF
Black with #4C69CF
Text Example
Text Example
White with #4C69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C69CF; }
p { color: rgb(76,105,207); }
H1.HeaderClassName
{
color: #4C69CF;
}
.AnyTagClassName
{
color: #4C69CF;
}
</style>
background-color css
<style>
a { background-color: #4C69CF; }
a { background-color: rgb(76,105,207); }
div.DivClassName
{
background-color: #4C69CF;
}
.BgClassName
{
background-color: #4C69CF;
}
</style>
border-color css
<style>
span { border-color: #4C69CF; }
span { border-color: rgb(76,105,207); }
td.TdClassName
{
border-color: #4C69CF;
}
.TagClassName
{
border-color: #4C69CF;
}
</style>