Shades of Royal Blue #4D65DC
Tints of Royal Blue #4D65DC
RGB
CMYK
RGB Variations
Color information
#4D65DC (or 0x4D65DC) is known color: Royal Blue. HEX triplet: 4D, 65 and DC. RGB value is (77,101,220). Sum of RGB (Red+Green+Blue) = 77+101+220=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D65DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D65DC is #B29A23. Grayscale: #6A6A6A. Windows color (decimal): -11704868 or 14443853. OLE color: 14443853.
HSL color Cylindrical-coordinate representation of color #4D65DC: hue angle of 229.93º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D65DC is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 101 | 220 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.14 |
| HSL | 229.93º | 0.67% | 0.58% | - |
| HSV(B) | 229.93º | 0.65% | 0.86% | - |
| XYZ | 20.63 | 16.05 | 69.72 | - |
| YUV | 107.39 | 191.55 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 220 | 0.65 | 0.54 | 0 | 0.14 | 229.93 | 0.67 | 0.58 |
| Hex | 4D | 65 | DC | 41 | 36 | 0 | E | E6 | 43 | 3A |
| Octal | 115 | 145 | 334 | 101 | 66 | 0 | 16 | 346 | 103 | 72 |
| Binary | 1001101 | 1100101 | 11011100 | 1000001 | 110110 | 0 | 1110 | 11100110 | 1000011 | 111010 |
Color Harmonies of #4D65DC
Complementary color
Monochromatic Colors of #4D65DC
Black with #4D65DC
Text Example
Text Example
White with #4D65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D65DC; }
p { color: rgb(77,101,220); }
H1.HeaderClassName
{
color: #4D65DC;
}
.AnyTagClassName
{
color: #4D65DC;
}
</style>
background-color css
<style>
a { background-color: #4D65DC; }
a { background-color: rgb(77,101,220); }
div.DivClassName
{
background-color: #4D65DC;
}
.BgClassName
{
background-color: #4D65DC;
}
</style>
border-color css
<style>
span { border-color: #4D65DC; }
span { border-color: rgb(77,101,220); }
td.TdClassName
{
border-color: #4D65DC;
}
.TagClassName
{
border-color: #4D65DC;
}
</style>