Shades of Royal Blue #4875D0
Tints of Royal Blue #4875D0
RGB
CMYK
RGB Variations
Color information
#4875D0 (or 0x4875D0) is known color: Royal Blue. HEX triplet: 48, 75 and D0. RGB value is (72,117,208). Sum of RGB (Red+Green+Blue) = 72+117+208=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #4875D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4875D0 is #B78A2F. Grayscale: #717171. Windows color (decimal): -12028464 or 13661512. OLE color: 13661512.
HSL color Cylindrical-coordinate representation of color #4875D0: hue angle of 220.15º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4875D0 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 117 | 208 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.18 |
| HSL | 220.15º | 0.59% | 0.55% | - |
| HSV(B) | 220.15º | 0.65% | 0.82% | - |
| XYZ | 20.42 | 18.65 | 62.2 | - |
| YUV | 113.92 | 181.09 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 208 | 0.65 | 0.44 | 0 | 0.18 | 220.15 | 0.59 | 0.55 |
| Hex | 48 | 75 | D0 | 41 | 2C | 0 | 12 | DC | 3B | 37 |
| Octal | 110 | 165 | 320 | 101 | 54 | 0 | 22 | 334 | 73 | 67 |
| Binary | 1001000 | 1110101 | 11010000 | 1000001 | 101100 | 0 | 10010 | 11011100 | 111011 | 110111 |
Color Harmonies of #4875D0
Complementary color
Monochromatic Colors of #4875D0
Black with #4875D0
Text Example
Text Example
White with #4875D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4875D0; }
p { color: rgb(72,117,208); }
H1.HeaderClassName
{
color: #4875D0;
}
.AnyTagClassName
{
color: #4875D0;
}
</style>
background-color css
<style>
a { background-color: #4875D0; }
a { background-color: rgb(72,117,208); }
div.DivClassName
{
background-color: #4875D0;
}
.BgClassName
{
background-color: #4875D0;
}
</style>
border-color css
<style>
span { border-color: #4875D0; }
span { border-color: rgb(72,117,208); }
td.TdClassName
{
border-color: #4875D0;
}
.TagClassName
{
border-color: #4875D0;
}
</style>