Shades of Royal Blue #4C6DDA
Tints of Royal Blue #4C6DDA
RGB
CMYK
RGB Variations
Color information
#4C6DDA (or 0x4C6DDA) is known color: Royal Blue. HEX triplet: 4C, 6D and DA. RGB value is (76,109,218). Sum of RGB (Red+Green+Blue) = 76+109+218=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C6DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6DDA is #B39225. Grayscale: #6F6F6F. Windows color (decimal): -11768358 or 14314828. OLE color: 14314828.
HSL color Cylindrical-coordinate representation of color #4C6DDA: hue angle of 226.06º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C6DDA is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 109 | 218 | - |
| CMYK | 0.65 | 0.5 | 0 | 0.15 |
| HSL | 226.06º | 0.66% | 0.58% | - |
| HSV(B) | 226.06º | 0.65% | 0.85% | - |
| XYZ | 21.1 | 17.54 | 68.6 | - |
| YUV | 111.56 | 188.07 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 109 | 218 | 0.65 | 0.5 | 0 | 0.15 | 226.06 | 0.66 | 0.58 |
| Hex | 4C | 6D | DA | 41 | 32 | 0 | F | E2 | 42 | 3A |
| Octal | 114 | 155 | 332 | 101 | 62 | 0 | 17 | 342 | 102 | 72 |
| Binary | 1001100 | 1101101 | 11011010 | 1000001 | 110010 | 0 | 1111 | 11100010 | 1000010 | 111010 |
Color Harmonies of #4C6DDA
Complementary color
Monochromatic Colors of #4C6DDA
Black with #4C6DDA
Text Example
Text Example
White with #4C6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6DDA; }
p { color: rgb(76,109,218); }
H1.HeaderClassName
{
color: #4C6DDA;
}
.AnyTagClassName
{
color: #4C6DDA;
}
</style>
background-color css
<style>
a { background-color: #4C6DDA; }
a { background-color: rgb(76,109,218); }
div.DivClassName
{
background-color: #4C6DDA;
}
.BgClassName
{
background-color: #4C6DDA;
}
</style>
border-color css
<style>
span { border-color: #4C6DDA; }
span { border-color: rgb(76,109,218); }
td.TdClassName
{
border-color: #4C6DDA;
}
.TagClassName
{
border-color: #4C6DDA;
}
</style>