Shades of Royal Blue #4C6DD2
Tints of Royal Blue #4C6DD2
RGB
CMYK
RGB Variations
Color information
#4C6DD2 (or 0x4C6DD2) is known color: Royal Blue. HEX triplet: 4C, 6D and D2. RGB value is (76,109,210). Sum of RGB (Red+Green+Blue) = 76+109+210=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #4C6DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6DD2 is #B3922D. Grayscale: #6E6E6E. Windows color (decimal): -11768366 or 13790540. OLE color: 13790540.
HSL color Cylindrical-coordinate representation of color #4C6DD2: hue angle of 225.22º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C6DD2 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 109 | 210 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.18 |
| HSL | 225.22º | 0.6% | 0.56% | - |
| HSV(B) | 225.22º | 0.64% | 0.82% | - |
| XYZ | 20.08 | 17.13 | 63.22 | - |
| YUV | 110.65 | 184.07 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 109 | 210 | 0.64 | 0.48 | 0 | 0.18 | 225.22 | 0.6 | 0.56 |
| Hex | 4C | 6D | D2 | 40 | 30 | 0 | 12 | E1 | 3C | 38 |
| Octal | 114 | 155 | 322 | 100 | 60 | 0 | 22 | 341 | 74 | 70 |
| Binary | 1001100 | 1101101 | 11010010 | 1000000 | 110000 | 0 | 10010 | 11100001 | 111100 | 111000 |
Color Harmonies of #4C6DD2
Complementary color
Monochromatic Colors of #4C6DD2
Black with #4C6DD2
Text Example
Text Example
White with #4C6DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6DD2; }
p { color: rgb(76,109,210); }
H1.HeaderClassName
{
color: #4C6DD2;
}
.AnyTagClassName
{
color: #4C6DD2;
}
</style>
background-color css
<style>
a { background-color: #4C6DD2; }
a { background-color: rgb(76,109,210); }
div.DivClassName
{
background-color: #4C6DD2;
}
.BgClassName
{
background-color: #4C6DD2;
}
</style>
border-color css
<style>
span { border-color: #4C6DD2; }
span { border-color: rgb(76,109,210); }
td.TdClassName
{
border-color: #4C6DD2;
}
.TagClassName
{
border-color: #4C6DD2;
}
</style>