Shades of Royal Blue #4C6BFF
Tints of Royal Blue #4C6BFF
RGB
CMYK
RGB Variations
Color information
#4C6BFF (or 0x4C6BFF) is known color: Royal Blue. HEX triplet: 4C, 6B and FF. RGB value is (76,107,255). Sum of RGB (Red+Green+Blue) = 76+107+255=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C6BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6BFF is #B39400. Grayscale: #717171. Windows color (decimal): -11768833 or 16739148. OLE color: 16739148.
HSL color Cylindrical-coordinate representation of color #4C6BFF: hue angle of 229.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C6BFF is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 107 | 255 | - |
| CMYK | 0.70 | 0.58 | 0 | 0 |
| HSL | 229.61º | 1% | 0.65% | - |
| HSV(B) | 229.61º | 0.7% | 1% | - |
| XYZ | 26.29 | 19.27 | 96.94 | - |
| YUV | 114.6 | 207.23 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 107 | 255 | 0.70 | 0.58 | 0 | 0 | 229.61 | 1 | 0.65 |
| Hex | 4C | 6B | FF | 46 | 3A | 0 | 0 | E6 | 64 | 41 |
| Octal | 114 | 153 | 377 | 106 | 72 | 0 | 0 | 346 | 144 | 101 |
| Binary | 1001100 | 1101011 | 11111111 | 1000110 | 111010 | 0 | 0 | 11100110 | 1100100 | 1000001 |
Color Harmonies of #4C6BFF
Complementary color
Monochromatic Colors of #4C6BFF
Black with #4C6BFF
Text Example
Text Example
White with #4C6BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6BFF; }
p { color: rgb(76,107,255); }
H1.HeaderClassName
{
color: #4C6BFF;
}
.AnyTagClassName
{
color: #4C6BFF;
}
</style>
background-color css
<style>
a { background-color: #4C6BFF; }
a { background-color: rgb(76,107,255); }
div.DivClassName
{
background-color: #4C6BFF;
}
.BgClassName
{
background-color: #4C6BFF;
}
</style>
border-color css
<style>
span { border-color: #4C6BFF; }
span { border-color: rgb(76,107,255); }
td.TdClassName
{
border-color: #4C6BFF;
}
.TagClassName
{
border-color: #4C6BFF;
}
</style>