Shades of Royal Blue #4C6DFD
Tints of Royal Blue #4C6DFD
RGB
CMYK
RGB Variations
Color information
#4C6DFD (or 0x4C6DFD) is known color: Royal Blue. HEX triplet: 4C, 6D and FD. RGB value is (76,109,253). Sum of RGB (Red+Green+Blue) = 76+109+253=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C6DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6DFD is #B39202. Grayscale: #727272. Windows color (decimal): -11768323 or 16608588. OLE color: 16608588.
HSL color Cylindrical-coordinate representation of color #4C6DFD: hue angle of 228.81º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C6DFD is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 109 | 253 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.01 |
| HSL | 228.81º | 0.98% | 0.65% | - |
| HSV(B) | 228.81º | 0.7% | 0.99% | - |
| XYZ | 26.18 | 19.57 | 95.33 | - |
| YUV | 115.55 | 205.57 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 109 | 253 | 0.70 | 0.57 | 0 | 0.01 | 228.81 | 0.98 | 0.65 |
| Hex | 4C | 6D | FD | 46 | 39 | 0 | 1 | E5 | 62 | 41 |
| Octal | 114 | 155 | 375 | 106 | 71 | 0 | 1 | 345 | 142 | 101 |
| Binary | 1001100 | 1101101 | 11111101 | 1000110 | 111001 | 0 | 1 | 11100101 | 1100010 | 1000001 |
Color Harmonies of #4C6DFD
Complementary color
Monochromatic Colors of #4C6DFD
Black with #4C6DFD
Text Example
Text Example
White with #4C6DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6DFD; }
p { color: rgb(76,109,253); }
H1.HeaderClassName
{
color: #4C6DFD;
}
.AnyTagClassName
{
color: #4C6DFD;
}
</style>
background-color css
<style>
a { background-color: #4C6DFD; }
a { background-color: rgb(76,109,253); }
div.DivClassName
{
background-color: #4C6DFD;
}
.BgClassName
{
background-color: #4C6DFD;
}
</style>
border-color css
<style>
span { border-color: #4C6DFD; }
span { border-color: rgb(76,109,253); }
td.TdClassName
{
border-color: #4C6DFD;
}
.TagClassName
{
border-color: #4C6DFD;
}
</style>