Shades of Royal Blue #4B6DDD
Tints of Royal Blue #4B6DDD
RGB
CMYK
RGB Variations
Color information
#4B6DDD (or 0x4B6DDD) is known color: Royal Blue. HEX triplet: 4B, 6D and DD. RGB value is (75,109,221). Sum of RGB (Red+Green+Blue) = 75+109+221=405 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.52% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B6DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6DDD is #B49222. Grayscale: #6F6F6F. Windows color (decimal): -11833891 or 14511435. OLE color: 14511435.
HSL color Cylindrical-coordinate representation of color #4B6DDD: hue angle of 226.03º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B6DDD is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 109 | 221 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.13 |
| HSL | 226.03º | 0.68% | 0.58% | - |
| HSV(B) | 226.03º | 0.66% | 0.87% | - |
| XYZ | 21.42 | 17.65 | 70.69 | - |
| YUV | 111.6 | 189.74 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 221 | 0.66 | 0.51 | 0 | 0.13 | 226.03 | 0.68 | 0.58 |
| Hex | 4B | 6D | DD | 42 | 33 | 0 | D | E2 | 44 | 3A |
| Octal | 113 | 155 | 335 | 102 | 63 | 0 | 15 | 342 | 104 | 72 |
| Binary | 1001011 | 1101101 | 11011101 | 1000010 | 110011 | 0 | 1101 | 11100010 | 1000100 | 111010 |
Color Harmonies of #4B6DDD
Complementary color
Monochromatic Colors of #4B6DDD
Black with #4B6DDD
Text Example
Text Example
White with #4B6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6DDD; }
p { color: rgb(75,109,221); }
H1.HeaderClassName
{
color: #4B6DDD;
}
.AnyTagClassName
{
color: #4B6DDD;
}
</style>
background-color css
<style>
a { background-color: #4B6DDD; }
a { background-color: rgb(75,109,221); }
div.DivClassName
{
background-color: #4B6DDD;
}
.BgClassName
{
background-color: #4B6DDD;
}
</style>
border-color css
<style>
span { border-color: #4B6DDD; }
span { border-color: rgb(75,109,221); }
td.TdClassName
{
border-color: #4B6DDD;
}
.TagClassName
{
border-color: #4B6DDD;
}
</style>