Shades of Royal Blue #4B7BDF
Tints of Royal Blue #4B7BDF
RGB
CMYK
RGB Variations
Color information
#4B7BDF (or 0x4B7BDF) is known color: Royal Blue. HEX triplet: 4B, 7B and DF. RGB value is (75,123,223). Sum of RGB (Red+Green+Blue) = 75+123+223=421 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.81% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B7BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7BDF is #B48420. Grayscale: #777777. Windows color (decimal): -11830305 or 14646091. OLE color: 14646091.
HSL color Cylindrical-coordinate representation of color #4B7BDF: hue angle of 220.54º 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 #4B7BDF is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 123 | 223 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.13 |
| HSL | 220.54º | 0.7% | 0.58% | - |
| HSV(B) | 220.54º | 0.66% | 0.87% | - |
| XYZ | 23.3 | 20.99 | 72.64 | - |
| YUV | 120.05 | 186.1 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 123 | 223 | 0.66 | 0.45 | 0 | 0.13 | 220.54 | 0.7 | 0.58 |
| Hex | 4B | 7B | DF | 42 | 2D | 0 | D | DD | 46 | 3A |
| Octal | 113 | 173 | 337 | 102 | 55 | 0 | 15 | 335 | 106 | 72 |
| Binary | 1001011 | 1111011 | 11011111 | 1000010 | 101101 | 0 | 1101 | 11011101 | 1000110 | 111010 |
Color Harmonies of #4B7BDF
Complementary color
Monochromatic Colors of #4B7BDF
Black with #4B7BDF
Text Example
Text Example
White with #4B7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7BDF; }
p { color: rgb(75,123,223); }
H1.HeaderClassName
{
color: #4B7BDF;
}
.AnyTagClassName
{
color: #4B7BDF;
}
</style>
background-color css
<style>
a { background-color: #4B7BDF; }
a { background-color: rgb(75,123,223); }
div.DivClassName
{
background-color: #4B7BDF;
}
.BgClassName
{
background-color: #4B7BDF;
}
</style>
border-color css
<style>
span { border-color: #4B7BDF; }
span { border-color: rgb(75,123,223); }
td.TdClassName
{
border-color: #4B7BDF;
}
.TagClassName
{
border-color: #4B7BDF;
}
</style>