Shades of Royal Blue #4965DE
Tints of Royal Blue #4965DE
RGB
CMYK
RGB Variations
Color information
#4965DE (or 0x4965DE) is known color: Royal Blue. HEX triplet: 49, 65 and DE. RGB value is (73,101,222). Sum of RGB (Red+Green+Blue) = 73+101+222=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #4965DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4965DE is #B69A21. Grayscale: #696969. Windows color (decimal): -11967010 or 14574921. OLE color: 14574921.
HSL color Cylindrical-coordinate representation of color #4965DE: hue angle of 228.72º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4965DE is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 101 | 222 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.13 |
| HSL | 228.72º | 0.69% | 0.58% | - |
| HSV(B) | 228.72º | 0.67% | 0.87% | - |
| XYZ | 20.59 | 16 | 71.11 | - |
| YUV | 106.42 | 193.22 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 222 | 0.67 | 0.55 | 0 | 0.13 | 228.72 | 0.69 | 0.58 |
| Hex | 49 | 65 | DE | 43 | 37 | 0 | D | E5 | 45 | 3A |
| Octal | 111 | 145 | 336 | 103 | 67 | 0 | 15 | 345 | 105 | 72 |
| Binary | 1001001 | 1100101 | 11011110 | 1000011 | 110111 | 0 | 1101 | 11100101 | 1000101 | 111010 |
Color Harmonies of #4965DE
Complementary color
Monochromatic Colors of #4965DE
Black with #4965DE
Text Example
Text Example
White with #4965DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4965DE; }
p { color: rgb(73,101,222); }
H1.HeaderClassName
{
color: #4965DE;
}
.AnyTagClassName
{
color: #4965DE;
}
</style>
background-color css
<style>
a { background-color: #4965DE; }
a { background-color: rgb(73,101,222); }
div.DivClassName
{
background-color: #4965DE;
}
.BgClassName
{
background-color: #4965DE;
}
</style>
border-color css
<style>
span { border-color: #4965DE; }
span { border-color: rgb(73,101,222); }
td.TdClassName
{
border-color: #4965DE;
}
.TagClassName
{
border-color: #4965DE;
}
</style>