Shades of Royal Blue #4B6DCD
Tints of Royal Blue #4B6DCD
RGB
CMYK
RGB Variations
Color information
#4B6DCD (or 0x4B6DCD) is known color: Royal Blue. HEX triplet: 4B, 6D and CD. RGB value is (75,109,205). Sum of RGB (Red+Green+Blue) = 75+109+205=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B6DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6DCD is #B49232. Grayscale: #6D6D6D. Windows color (decimal): -11833907 or 13462859. OLE color: 13462859.
HSL color Cylindrical-coordinate representation of color #4B6DCD: hue angle of 224.31º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B6DCD is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 109 | 205 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.20 |
| HSL | 224.31º | 0.57% | 0.55% | - |
| HSV(B) | 224.31º | 0.63% | 0.8% | - |
| XYZ | 19.39 | 16.84 | 59.99 | - |
| YUV | 109.78 | 181.74 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 205 | 0.63 | 0.47 | 0 | 0.20 | 224.31 | 0.57 | 0.55 |
| Hex | 4B | 6D | CD | 3F | 2F | 0 | 14 | E0 | 39 | 37 |
| Octal | 113 | 155 | 315 | 77 | 57 | 0 | 24 | 340 | 71 | 67 |
| Binary | 1001011 | 1101101 | 11001101 | 111111 | 101111 | 0 | 10100 | 11100000 | 111001 | 110111 |
Color Harmonies of #4B6DCD
Complementary color
Monochromatic Colors of #4B6DCD
Black with #4B6DCD
Text Example
Text Example
White with #4B6DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6DCD; }
p { color: rgb(75,109,205); }
H1.HeaderClassName
{
color: #4B6DCD;
}
.AnyTagClassName
{
color: #4B6DCD;
}
</style>
background-color css
<style>
a { background-color: #4B6DCD; }
a { background-color: rgb(75,109,205); }
div.DivClassName
{
background-color: #4B6DCD;
}
.BgClassName
{
background-color: #4B6DCD;
}
</style>
border-color css
<style>
span { border-color: #4B6DCD; }
span { border-color: rgb(75,109,205); }
td.TdClassName
{
border-color: #4B6DCD;
}
.TagClassName
{
border-color: #4B6DCD;
}
</style>