Shades of Royal Blue #4965EB
Tints of Royal Blue #4965EB
RGB
CMYK
RGB Variations
Color information
#4965EB (or 0x4965EB) is known color: Royal Blue. HEX triplet: 49, 65 and EB. RGB value is (73,101,235). Sum of RGB (Red+Green+Blue) = 73+101+235=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #4965EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4965EB is #B69A14. Grayscale: #6B6B6B. Windows color (decimal): -11966997 or 15426889. OLE color: 15426889.
HSL color Cylindrical-coordinate representation of color #4965EB: hue angle of 229.63º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4965EB is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 101 | 235 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.08 |
| HSL | 229.63º | 0.8% | 0.6% | - |
| HSV(B) | 229.63º | 0.69% | 0.92% | - |
| XYZ | 22.4 | 16.72 | 80.64 | - |
| YUV | 107.9 | 199.72 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 235 | 0.69 | 0.57 | 0 | 0.08 | 229.63 | 0.8 | 0.6 |
| Hex | 49 | 65 | EB | 45 | 39 | 0 | 8 | E6 | 50 | 3C |
| Octal | 111 | 145 | 353 | 105 | 71 | 0 | 10 | 346 | 120 | 74 |
| Binary | 1001001 | 1100101 | 11101011 | 1000101 | 111001 | 0 | 1000 | 11100110 | 1010000 | 111100 |
Color Harmonies of #4965EB
Complementary color
Monochromatic Colors of #4965EB
Black with #4965EB
Text Example
Text Example
White with #4965EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4965EB; }
p { color: rgb(73,101,235); }
H1.HeaderClassName
{
color: #4965EB;
}
.AnyTagClassName
{
color: #4965EB;
}
</style>
background-color css
<style>
a { background-color: #4965EB; }
a { background-color: rgb(73,101,235); }
div.DivClassName
{
background-color: #4965EB;
}
.BgClassName
{
background-color: #4965EB;
}
</style>
border-color css
<style>
span { border-color: #4965EB; }
span { border-color: rgb(73,101,235); }
td.TdClassName
{
border-color: #4965EB;
}
.TagClassName
{
border-color: #4965EB;
}
</style>