Shades of Royal Blue #4B6CDC
Tints of Royal Blue #4B6CDC
RGB
CMYK
RGB Variations
Color information
#4B6CDC (or 0x4B6CDC) is known color: Royal Blue. HEX triplet: 4B, 6C and DC. RGB value is (75,108,220). Sum of RGB (Red+Green+Blue) = 75+108+220=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B6CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6CDC is #B49323. Grayscale: #6E6E6E. Windows color (decimal): -11834148 or 14445643. OLE color: 14445643.
HSL color Cylindrical-coordinate representation of color #4B6CDC: hue angle of 226.34º 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 #4B6CDC is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 108 | 220 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.14 |
| HSL | 226.34º | 0.67% | 0.58% | - |
| HSV(B) | 226.34º | 0.66% | 0.86% | - |
| XYZ | 21.18 | 17.39 | 69.95 | - |
| YUV | 110.9 | 189.57 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 108 | 220 | 0.66 | 0.51 | 0 | 0.14 | 226.34 | 0.67 | 0.58 |
| Hex | 4B | 6C | DC | 42 | 33 | 0 | E | E2 | 43 | 3A |
| Octal | 113 | 154 | 334 | 102 | 63 | 0 | 16 | 342 | 103 | 72 |
| Binary | 1001011 | 1101100 | 11011100 | 1000010 | 110011 | 0 | 1110 | 11100010 | 1000011 | 111010 |
Color Harmonies of #4B6CDC
Complementary color
Monochromatic Colors of #4B6CDC
Black with #4B6CDC
Text Example
Text Example
White with #4B6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6CDC; }
p { color: rgb(75,108,220); }
H1.HeaderClassName
{
color: #4B6CDC;
}
.AnyTagClassName
{
color: #4B6CDC;
}
</style>
background-color css
<style>
a { background-color: #4B6CDC; }
a { background-color: rgb(75,108,220); }
div.DivClassName
{
background-color: #4B6CDC;
}
.BgClassName
{
background-color: #4B6CDC;
}
</style>
border-color css
<style>
span { border-color: #4B6CDC; }
span { border-color: rgb(75,108,220); }
td.TdClassName
{
border-color: #4B6CDC;
}
.TagClassName
{
border-color: #4B6CDC;
}
</style>