Shades of Royal Blue #4B6FDF
Tints of Royal Blue #4B6FDF
RGB
CMYK
RGB Variations
Color information
#4B6FDF (or 0x4B6FDF) is known color: Royal Blue. HEX triplet: 4B, 6F and DF. RGB value is (75,111,223). Sum of RGB (Red+Green+Blue) = 75+111+223=409 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.34% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B6FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6FDF is #B49020. Grayscale: #707070. Windows color (decimal): -11833377 or 14643019. OLE color: 14643019.
HSL color Cylindrical-coordinate representation of color #4B6FDF: hue angle of 225.41º 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 #4B6FDF is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 111 | 223 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.13 |
| HSL | 225.41º | 0.7% | 0.58% | - |
| HSV(B) | 225.41º | 0.66% | 0.87% | - |
| XYZ | 21.91 | 18.19 | 72.17 | - |
| YUV | 113 | 190.07 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 111 | 223 | 0.66 | 0.50 | 0 | 0.13 | 225.41 | 0.7 | 0.58 |
| Hex | 4B | 6F | DF | 42 | 32 | 0 | D | E1 | 46 | 3A |
| Octal | 113 | 157 | 337 | 102 | 62 | 0 | 15 | 341 | 106 | 72 |
| Binary | 1001011 | 1101111 | 11011111 | 1000010 | 110010 | 0 | 1101 | 11100001 | 1000110 | 111010 |
Color Harmonies of #4B6FDF
Complementary color
Monochromatic Colors of #4B6FDF
Black with #4B6FDF
Text Example
Text Example
White with #4B6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6FDF; }
p { color: rgb(75,111,223); }
H1.HeaderClassName
{
color: #4B6FDF;
}
.AnyTagClassName
{
color: #4B6FDF;
}
</style>
background-color css
<style>
a { background-color: #4B6FDF; }
a { background-color: rgb(75,111,223); }
div.DivClassName
{
background-color: #4B6FDF;
}
.BgClassName
{
background-color: #4B6FDF;
}
</style>
border-color css
<style>
span { border-color: #4B6FDF; }
span { border-color: rgb(75,111,223); }
td.TdClassName
{
border-color: #4B6FDF;
}
.TagClassName
{
border-color: #4B6FDF;
}
</style>