Shades of Royal Blue #4B84DF
Tints of Royal Blue #4B84DF
RGB
CMYK
RGB Variations
Color information
#4B84DF (or 0x4B84DF) is known color: Royal Blue. HEX triplet: 4B, 84 and DF. RGB value is (75,132,223). Sum of RGB (Red+Green+Blue) = 75+132+223=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B84DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B84DF is #B47B20. Grayscale: #7C7C7C. Windows color (decimal): -11828001 or 14648395. OLE color: 14648395.
HSL color Cylindrical-coordinate representation of color #4B84DF: hue angle of 216.89º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B84DF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 132 | 223 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.13 |
| HSL | 216.89º | 0.7% | 0.58% | - |
| HSV(B) | 216.89º | 0.66% | 0.87% | - |
| XYZ | 24.47 | 23.33 | 73.02 | - |
| YUV | 125.33 | 183.12 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 132 | 223 | 0.66 | 0.41 | 0 | 0.13 | 216.89 | 0.7 | 0.58 |
| Hex | 4B | 84 | DF | 42 | 29 | 0 | D | D9 | 46 | 3A |
| Octal | 113 | 204 | 337 | 102 | 51 | 0 | 15 | 331 | 106 | 72 |
| Binary | 1001011 | 10000100 | 11011111 | 1000010 | 101001 | 0 | 1101 | 11011001 | 1000110 | 111010 |
Color Harmonies of #4B84DF
Complementary color
Monochromatic Colors of #4B84DF
Black with #4B84DF
Text Example
Text Example
White with #4B84DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B84DF; }
p { color: rgb(75,132,223); }
H1.HeaderClassName
{
color: #4B84DF;
}
.AnyTagClassName
{
color: #4B84DF;
}
</style>
background-color css
<style>
a { background-color: #4B84DF; }
a { background-color: rgb(75,132,223); }
div.DivClassName
{
background-color: #4B84DF;
}
.BgClassName
{
background-color: #4B84DF;
}
</style>
border-color css
<style>
span { border-color: #4B84DF; }
span { border-color: rgb(75,132,223); }
td.TdClassName
{
border-color: #4B84DF;
}
.TagClassName
{
border-color: #4B84DF;
}
</style>