Shades of Royal Blue #4867CE
Tints of Royal Blue #4867CE
RGB
CMYK
RGB Variations
Color information
#4867CE (or 0x4867CE) is known color: Royal Blue. HEX triplet: 48, 67 and CE. RGB value is (72,103,206). Sum of RGB (Red+Green+Blue) = 72+103+206=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #4867CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4867CE is #B79831. Grayscale: #696969. Windows color (decimal): -12032050 or 13526856. OLE color: 13526856.
HSL color Cylindrical-coordinate representation of color #4867CE: hue angle of 226.12º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4867CE is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 103 | 206 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.19 |
| HSL | 226.12º | 0.58% | 0.55% | - |
| HSV(B) | 226.12º | 0.65% | 0.81% | - |
| XYZ | 18.66 | 15.53 | 60.41 | - |
| YUV | 105.47 | 184.73 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 206 | 0.65 | 0.50 | 0 | 0.19 | 226.12 | 0.58 | 0.55 |
| Hex | 48 | 67 | CE | 41 | 32 | 0 | 13 | E2 | 3A | 37 |
| Octal | 110 | 147 | 316 | 101 | 62 | 0 | 23 | 342 | 72 | 67 |
| Binary | 1001000 | 1100111 | 11001110 | 1000001 | 110010 | 0 | 10011 | 11100010 | 111010 | 110111 |
Color Harmonies of #4867CE
Complementary color
Monochromatic Colors of #4867CE
Black with #4867CE
Text Example
Text Example
White with #4867CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4867CE; }
p { color: rgb(72,103,206); }
H1.HeaderClassName
{
color: #4867CE;
}
.AnyTagClassName
{
color: #4867CE;
}
</style>
background-color css
<style>
a { background-color: #4867CE; }
a { background-color: rgb(72,103,206); }
div.DivClassName
{
background-color: #4867CE;
}
.BgClassName
{
background-color: #4867CE;
}
</style>
border-color css
<style>
span { border-color: #4867CE; }
span { border-color: rgb(72,103,206); }
td.TdClassName
{
border-color: #4867CE;
}
.TagClassName
{
border-color: #4867CE;
}
</style>