Shades of Royal Blue #4386DC
Tints of Royal Blue #4386DC
RGB
CMYK
RGB Variations
Color information
#4386DC (or 0x4386DC) is known color: Royal Blue. HEX triplet: 43, 86 and DC. RGB value is (67,134,220). Sum of RGB (Red+Green+Blue) = 67+134+220=421 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.91% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #4386DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4386DC is #BC7923. Grayscale: #7B7B7B. Windows color (decimal): -12351780 or 14452291. OLE color: 14452291.
HSL color Cylindrical-coordinate representation of color #4386DC: hue angle of 213.73º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4386DC is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 134 | 220 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.14 |
| HSL | 213.73º | 0.69% | 0.56% | - |
| HSV(B) | 213.73º | 0.7% | 0.86% | - |
| XYZ | 23.76 | 23.41 | 70.98 | - |
| YUV | 123.77 | 182.3 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 134 | 220 | 0.70 | 0.39 | 0 | 0.14 | 213.73 | 0.69 | 0.56 |
| Hex | 43 | 86 | DC | 46 | 27 | 0 | E | D6 | 45 | 38 |
| Octal | 103 | 206 | 334 | 106 | 47 | 0 | 16 | 326 | 105 | 70 |
| Binary | 1000011 | 10000110 | 11011100 | 1000110 | 100111 | 0 | 1110 | 11010110 | 1000101 | 111000 |
Color Harmonies of #4386DC
Complementary color
Monochromatic Colors of #4386DC
Black with #4386DC
Text Example
Text Example
White with #4386DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4386DC; }
p { color: rgb(67,134,220); }
H1.HeaderClassName
{
color: #4386DC;
}
.AnyTagClassName
{
color: #4386DC;
}
</style>
background-color css
<style>
a { background-color: #4386DC; }
a { background-color: rgb(67,134,220); }
div.DivClassName
{
background-color: #4386DC;
}
.BgClassName
{
background-color: #4386DC;
}
</style>
border-color css
<style>
span { border-color: #4386DC; }
span { border-color: rgb(67,134,220); }
td.TdClassName
{
border-color: #4386DC;
}
.TagClassName
{
border-color: #4386DC;
}
</style>