Shades of Royal Blue #4867DA
Tints of Royal Blue #4867DA
RGB
CMYK
RGB Variations
Color information
#4867DA (or 0x4867DA) is known color: Royal Blue. HEX triplet: 48, 67 and DA. RGB value is (72,103,218). Sum of RGB (Red+Green+Blue) = 72+103+218=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #4867DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4867DA is #B79825. Grayscale: #6A6A6A. Windows color (decimal): -12032038 or 14313288. OLE color: 14313288.
HSL color Cylindrical-coordinate representation of color #4867DA: hue angle of 227.26º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4867DA is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 103 | 218 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.15 |
| HSL | 227.26º | 0.66% | 0.57% | - |
| HSV(B) | 227.26º | 0.67% | 0.85% | - |
| XYZ | 20.18 | 16.14 | 68.38 | - |
| YUV | 106.84 | 190.73 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 218 | 0.67 | 0.53 | 0 | 0.15 | 227.26 | 0.66 | 0.57 |
| Hex | 48 | 67 | DA | 43 | 35 | 0 | F | E3 | 42 | 39 |
| Octal | 110 | 147 | 332 | 103 | 65 | 0 | 17 | 343 | 102 | 71 |
| Binary | 1001000 | 1100111 | 11011010 | 1000011 | 110101 | 0 | 1111 | 11100011 | 1000010 | 111001 |
Color Harmonies of #4867DA
Complementary color
Monochromatic Colors of #4867DA
Black with #4867DA
Text Example
Text Example
White with #4867DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4867DA; }
p { color: rgb(72,103,218); }
H1.HeaderClassName
{
color: #4867DA;
}
.AnyTagClassName
{
color: #4867DA;
}
</style>
background-color css
<style>
a { background-color: #4867DA; }
a { background-color: rgb(72,103,218); }
div.DivClassName
{
background-color: #4867DA;
}
.BgClassName
{
background-color: #4867DA;
}
</style>
border-color css
<style>
span { border-color: #4867DA; }
span { border-color: rgb(72,103,218); }
td.TdClassName
{
border-color: #4867DA;
}
.TagClassName
{
border-color: #4867DA;
}
</style>