Shades of Royal Blue #4857DD
Tints of Royal Blue #4857DD
RGB
CMYK
RGB Variations
Color information
#4857DD (or 0x4857DD) is known color: Royal Blue. HEX triplet: 48, 57 and DD. RGB value is (72,87,221). Sum of RGB (Red+Green+Blue) = 72+87+221=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #4857DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4857DD is #B7A822. Grayscale: #616161. Windows color (decimal): -12036131 or 14505800. OLE color: 14505800.
HSL color Cylindrical-coordinate representation of color #4857DD: hue angle of 233.96º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4857DD is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 87 | 221 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.13 |
| HSL | 233.96º | 0.69% | 0.57% | - |
| HSV(B) | 233.96º | 0.67% | 0.87% | - |
| XYZ | 19.13 | 13.41 | 69.99 | - |
| YUV | 97.79 | 197.53 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 87 | 221 | 0.67 | 0.61 | 0 | 0.13 | 233.96 | 0.69 | 0.57 |
| Hex | 48 | 57 | DD | 43 | 3D | 0 | D | EA | 45 | 39 |
| Octal | 110 | 127 | 335 | 103 | 75 | 0 | 15 | 352 | 105 | 71 |
| Binary | 1001000 | 1010111 | 11011101 | 1000011 | 111101 | 0 | 1101 | 11101010 | 1000101 | 111001 |
Color Harmonies of #4857DD
Complementary color
Monochromatic Colors of #4857DD
Black with #4857DD
Text Example
Text Example
White with #4857DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4857DD; }
p { color: rgb(72,87,221); }
H1.HeaderClassName
{
color: #4857DD;
}
.AnyTagClassName
{
color: #4857DD;
}
</style>
background-color css
<style>
a { background-color: #4857DD; }
a { background-color: rgb(72,87,221); }
div.DivClassName
{
background-color: #4857DD;
}
.BgClassName
{
background-color: #4857DD;
}
</style>
border-color css
<style>
span { border-color: #4857DD; }
span { border-color: rgb(72,87,221); }
td.TdClassName
{
border-color: #4857DD;
}
.TagClassName
{
border-color: #4857DD;
}
</style>