Shades of Royal Blue #4875D3
Tints of Royal Blue #4875D3
RGB
CMYK
RGB Variations
Color information
#4875D3 (or 0x4875D3) is known color: Royal Blue. HEX triplet: 48, 75 and D3. RGB value is (72,117,211). Sum of RGB (Red+Green+Blue) = 72+117+211=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 211 (82.81% from 255 or 52.75% from 400); Max value from RGB is 211 - color contains mainly: blue. Hex color #4875D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4875D3 is #B78A2C. Grayscale: #717171. Windows color (decimal): -12028461 or 13858120. OLE color: 13858120.
HSL color Cylindrical-coordinate representation of color #4875D3: hue angle of 220.58º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4875D3 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 117 | 211 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.17 |
| HSL | 220.58º | 0.61% | 0.55% | - |
| HSV(B) | 220.58º | 0.66% | 0.83% | - |
| XYZ | 20.79 | 18.8 | 64.16 | - |
| YUV | 114.26 | 182.59 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 211 | 0.66 | 0.45 | 0 | 0.17 | 220.58 | 0.61 | 0.55 |
| Hex | 48 | 75 | D3 | 42 | 2D | 0 | 11 | DD | 3D | 37 |
| Octal | 110 | 165 | 323 | 102 | 55 | 0 | 21 | 335 | 75 | 67 |
| Binary | 1001000 | 1110101 | 11010011 | 1000010 | 101101 | 0 | 10001 | 11011101 | 111101 | 110111 |
Color Harmonies of #4875D3
Complementary color
Monochromatic Colors of #4875D3
Black with #4875D3
Text Example
Text Example
White with #4875D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4875D3; }
p { color: rgb(72,117,211); }
H1.HeaderClassName
{
color: #4875D3;
}
.AnyTagClassName
{
color: #4875D3;
}
</style>
background-color css
<style>
a { background-color: #4875D3; }
a { background-color: rgb(72,117,211); }
div.DivClassName
{
background-color: #4875D3;
}
.BgClassName
{
background-color: #4875D3;
}
</style>
border-color css
<style>
span { border-color: #4875D3; }
span { border-color: rgb(72,117,211); }
td.TdClassName
{
border-color: #4875D3;
}
.TagClassName
{
border-color: #4875D3;
}
</style>