Shades of Royal Blue #4B6FCD
Tints of Royal Blue #4B6FCD
RGB
CMYK
RGB Variations
Color information
#4B6FCD (or 0x4B6FCD) is known color: Royal Blue. HEX triplet: 4B, 6F and CD. RGB value is (75,111,205). Sum of RGB (Red+Green+Blue) = 75+111+205=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B6FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6FCD is #B49032. Grayscale: #6E6E6E. Windows color (decimal): -11833395 or 13463371. OLE color: 13463371.
HSL color Cylindrical-coordinate representation of color #4B6FCD: hue angle of 223.38º 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 #4B6FCD is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 111 | 205 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.20 |
| HSL | 223.38º | 0.57% | 0.55% | - |
| HSV(B) | 223.38º | 0.63% | 0.8% | - |
| XYZ | 19.61 | 17.27 | 60.06 | - |
| YUV | 110.95 | 181.07 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 111 | 205 | 0.63 | 0.46 | 0 | 0.20 | 223.38 | 0.57 | 0.55 |
| Hex | 4B | 6F | CD | 3F | 2E | 0 | 14 | DF | 39 | 37 |
| Octal | 113 | 157 | 315 | 77 | 56 | 0 | 24 | 337 | 71 | 67 |
| Binary | 1001011 | 1101111 | 11001101 | 111111 | 101110 | 0 | 10100 | 11011111 | 111001 | 110111 |
Color Harmonies of #4B6FCD
Complementary color
Monochromatic Colors of #4B6FCD
Black with #4B6FCD
Text Example
Text Example
White with #4B6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6FCD; }
p { color: rgb(75,111,205); }
H1.HeaderClassName
{
color: #4B6FCD;
}
.AnyTagClassName
{
color: #4B6FCD;
}
</style>
background-color css
<style>
a { background-color: #4B6FCD; }
a { background-color: rgb(75,111,205); }
div.DivClassName
{
background-color: #4B6FCD;
}
.BgClassName
{
background-color: #4B6FCD;
}
</style>
border-color css
<style>
span { border-color: #4B6FCD; }
span { border-color: rgb(75,111,205); }
td.TdClassName
{
border-color: #4B6FCD;
}
.TagClassName
{
border-color: #4B6FCD;
}
</style>