Shades of Royal Blue #4B7DDF
Tints of Royal Blue #4B7DDF
RGB
CMYK
RGB Variations
Color information
#4B7DDF (or 0x4B7DDF) is known color: Royal Blue. HEX triplet: 4B, 7D and DF. RGB value is (75,125,223). Sum of RGB (Red+Green+Blue) = 75+125+223=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B7DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7DDF is #B48220. Grayscale: #787878. Windows color (decimal): -11829793 or 14646603. OLE color: 14646603.
HSL color Cylindrical-coordinate representation of color #4B7DDF: hue angle of 219.73º 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 #4B7DDF is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 125 | 223 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.13 |
| HSL | 219.73º | 0.7% | 0.58% | - |
| HSV(B) | 219.73º | 0.66% | 0.87% | - |
| XYZ | 23.55 | 21.49 | 72.72 | - |
| YUV | 121.22 | 185.44 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 125 | 223 | 0.66 | 0.44 | 0 | 0.13 | 219.73 | 0.7 | 0.58 |
| Hex | 4B | 7D | DF | 42 | 2C | 0 | D | DC | 46 | 3A |
| Octal | 113 | 175 | 337 | 102 | 54 | 0 | 15 | 334 | 106 | 72 |
| Binary | 1001011 | 1111101 | 11011111 | 1000010 | 101100 | 0 | 1101 | 11011100 | 1000110 | 111010 |
Color Harmonies of #4B7DDF
Complementary color
Monochromatic Colors of #4B7DDF
Black with #4B7DDF
Text Example
Text Example
White with #4B7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7DDF; }
p { color: rgb(75,125,223); }
H1.HeaderClassName
{
color: #4B7DDF;
}
.AnyTagClassName
{
color: #4B7DDF;
}
</style>
background-color css
<style>
a { background-color: #4B7DDF; }
a { background-color: rgb(75,125,223); }
div.DivClassName
{
background-color: #4B7DDF;
}
.BgClassName
{
background-color: #4B7DDF;
}
</style>
border-color css
<style>
span { border-color: #4B7DDF; }
span { border-color: rgb(75,125,223); }
td.TdClassName
{
border-color: #4B7DDF;
}
.TagClassName
{
border-color: #4B7DDF;
}
</style>