Shades of Royal Blue #4B6ECC
Tints of Royal Blue #4B6ECC
RGB
CMYK
RGB Variations
Color information
#4B6ECC (or 0x4B6ECC) is known color: Royal Blue. HEX triplet: 4B, 6E and CC. RGB value is (75,110,204). Sum of RGB (Red+Green+Blue) = 75+110+204=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B6ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6ECC is #B49133. Grayscale: #6D6D6D. Windows color (decimal): -11833652 or 13397579. OLE color: 13397579.
HSL color Cylindrical-coordinate representation of color #4B6ECC: hue angle of 223.72º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B6ECC is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 110 | 204 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.2 |
| HSL | 223.72º | 0.56% | 0.55% | - |
| HSV(B) | 223.72º | 0.63% | 0.8% | - |
| XYZ | 19.38 | 17.01 | 59.39 | - |
| YUV | 110.25 | 180.9 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 204 | 0.63 | 0.46 | 0 | 0.2 | 223.72 | 0.56 | 0.55 |
| Hex | 4B | 6E | CC | 3F | 2E | 0 | 14 | E0 | 38 | 37 |
| Octal | 113 | 156 | 314 | 77 | 56 | 0 | 24 | 340 | 70 | 67 |
| Binary | 1001011 | 1101110 | 11001100 | 111111 | 101110 | 0 | 10100 | 11100000 | 111000 | 110111 |
Color Harmonies of #4B6ECC
Complementary color
Monochromatic Colors of #4B6ECC
Black with #4B6ECC
Text Example
Text Example
White with #4B6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6ECC; }
p { color: rgb(75,110,204); }
H1.HeaderClassName
{
color: #4B6ECC;
}
.AnyTagClassName
{
color: #4B6ECC;
}
</style>
background-color css
<style>
a { background-color: #4B6ECC; }
a { background-color: rgb(75,110,204); }
div.DivClassName
{
background-color: #4B6ECC;
}
.BgClassName
{
background-color: #4B6ECC;
}
</style>
border-color css
<style>
span { border-color: #4B6ECC; }
span { border-color: rgb(75,110,204); }
td.TdClassName
{
border-color: #4B6ECC;
}
.TagClassName
{
border-color: #4B6ECC;
}
</style>