Shades of Royal Blue #4958DD
Tints of Royal Blue #4958DD
RGB
CMYK
RGB Variations
Color information
#4958DD (or 0x4958DD) is known color: Royal Blue. HEX triplet: 49, 58 and DD. RGB value is (73,88,221). Sum of RGB (Red+Green+Blue) = 73+88+221=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #4958DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4958DD is #B6A722. Grayscale: #626262. Windows color (decimal): -11970339 or 14506057. OLE color: 14506057.
HSL color Cylindrical-coordinate representation of color #4958DD: hue angle of 233.92º 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 #4958DD is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 88 | 221 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.13 |
| HSL | 233.92º | 0.69% | 0.58% | - |
| HSV(B) | 233.92º | 0.67% | 0.87% | - |
| XYZ | 19.29 | 13.62 | 70.02 | - |
| YUV | 98.68 | 197.03 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 221 | 0.67 | 0.60 | 0 | 0.13 | 233.92 | 0.69 | 0.58 |
| Hex | 49 | 58 | DD | 43 | 3C | 0 | D | EA | 45 | 3A |
| Octal | 111 | 130 | 335 | 103 | 74 | 0 | 15 | 352 | 105 | 72 |
| Binary | 1001001 | 1011000 | 11011101 | 1000011 | 111100 | 0 | 1101 | 11101010 | 1000101 | 111010 |
Color Harmonies of #4958DD
Complementary color
Monochromatic Colors of #4958DD
Black with #4958DD
Text Example
Text Example
White with #4958DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4958DD; }
p { color: rgb(73,88,221); }
H1.HeaderClassName
{
color: #4958DD;
}
.AnyTagClassName
{
color: #4958DD;
}
</style>
background-color css
<style>
a { background-color: #4958DD; }
a { background-color: rgb(73,88,221); }
div.DivClassName
{
background-color: #4958DD;
}
.BgClassName
{
background-color: #4958DD;
}
</style>
border-color css
<style>
span { border-color: #4958DD; }
span { border-color: rgb(73,88,221); }
td.TdClassName
{
border-color: #4958DD;
}
.TagClassName
{
border-color: #4958DD;
}
</style>