Shades of Royal Blue #4B60DB
Tints of Royal Blue #4B60DB
RGB
CMYK
RGB Variations
Color information
#4B60DB (or 0x4B60DB) is known color: Royal Blue. HEX triplet: 4B, 60 and DB. RGB value is (75,96,219). Sum of RGB (Red+Green+Blue) = 75+96+219=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B60DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B60DB is #B49F24. Grayscale: #676767. Windows color (decimal): -11837221 or 14377035. OLE color: 14377035.
HSL color Cylindrical-coordinate representation of color #4B60DB: hue angle of 231.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B60DB is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 96 | 219 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.14 |
| HSL | 231.25º | 0.67% | 0.58% | - |
| HSV(B) | 231.25º | 0.66% | 0.86% | - |
| XYZ | 19.87 | 14.98 | 68.86 | - |
| YUV | 103.74 | 193.04 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 96 | 219 | 0.66 | 0.56 | 0 | 0.14 | 231.25 | 0.67 | 0.58 |
| Hex | 4B | 60 | DB | 42 | 38 | 0 | E | E7 | 43 | 3A |
| Octal | 113 | 140 | 333 | 102 | 70 | 0 | 16 | 347 | 103 | 72 |
| Binary | 1001011 | 1100000 | 11011011 | 1000010 | 111000 | 0 | 1110 | 11100111 | 1000011 | 111010 |
Color Harmonies of #4B60DB
Complementary color
Monochromatic Colors of #4B60DB
Black with #4B60DB
Text Example
Text Example
White with #4B60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B60DB; }
p { color: rgb(75,96,219); }
H1.HeaderClassName
{
color: #4B60DB;
}
.AnyTagClassName
{
color: #4B60DB;
}
</style>
background-color css
<style>
a { background-color: #4B60DB; }
a { background-color: rgb(75,96,219); }
div.DivClassName
{
background-color: #4B60DB;
}
.BgClassName
{
background-color: #4B60DB;
}
</style>
border-color css
<style>
span { border-color: #4B60DB; }
span { border-color: rgb(75,96,219); }
td.TdClassName
{
border-color: #4B60DB;
}
.TagClassName
{
border-color: #4B60DB;
}
</style>