Shades of Royal Blue #4875D8
Tints of Royal Blue #4875D8
RGB
CMYK
RGB Variations
Color information
#4875D8 (or 0x4875D8) is known color: Royal Blue. HEX triplet: 48, 75 and D8. RGB value is (72,117,216). Sum of RGB (Red+Green+Blue) = 72+117+216=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 216 (84.77% from 255 or 53.33% from 405); Max value from RGB is 216 - color contains mainly: blue. Hex color #4875D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4875D8 is #B78A27. Grayscale: #727272. Windows color (decimal): -12028456 or 14185800. OLE color: 14185800.
HSL color Cylindrical-coordinate representation of color #4875D8: hue angle of 221.25º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4875D8 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 117 | 216 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.15 |
| HSL | 221.25º | 0.65% | 0.56% | - |
| HSV(B) | 221.25º | 0.67% | 0.85% | - |
| XYZ | 21.43 | 19.06 | 67.51 | - |
| YUV | 114.83 | 185.09 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 216 | 0.67 | 0.46 | 0 | 0.15 | 221.25 | 0.65 | 0.56 |
| Hex | 48 | 75 | D8 | 43 | 2E | 0 | F | DD | 41 | 38 |
| Octal | 110 | 165 | 330 | 103 | 56 | 0 | 17 | 335 | 101 | 70 |
| Binary | 1001000 | 1110101 | 11011000 | 1000011 | 101110 | 0 | 1111 | 11011101 | 1000001 | 111000 |
Color Harmonies of #4875D8
Complementary color
Monochromatic Colors of #4875D8
Black with #4875D8
Text Example
Text Example
White with #4875D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4875D8; }
p { color: rgb(72,117,216); }
H1.HeaderClassName
{
color: #4875D8;
}
.AnyTagClassName
{
color: #4875D8;
}
</style>
background-color css
<style>
a { background-color: #4875D8; }
a { background-color: rgb(72,117,216); }
div.DivClassName
{
background-color: #4875D8;
}
.BgClassName
{
background-color: #4875D8;
}
</style>
border-color css
<style>
span { border-color: #4875D8; }
span { border-color: rgb(72,117,216); }
td.TdClassName
{
border-color: #4875D8;
}
.TagClassName
{
border-color: #4875D8;
}
</style>