Shades of Royal Blue #456FC6
Tints of Royal Blue #456FC6
RGB
CMYK
RGB Variations
Color information
#456FC6 (or 0x456FC6) is known color: Royal Blue. HEX triplet: 45, 6F and C6. RGB value is (69,111,198). Sum of RGB (Red+Green+Blue) = 69+111+198=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #456FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FC6 is #BA9039. Grayscale: #6B6B6B. Windows color (decimal): -12226618 or 13004613. OLE color: 13004613.
HSL color Cylindrical-coordinate representation of color #456FC6: hue angle of 220.47º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #456FC6 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 111 | 198 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.22 |
| HSL | 220.47º | 0.53% | 0.52% | - |
| HSV(B) | 220.47º | 0.65% | 0.78% | - |
| XYZ | 18.33 | 16.71 | 55.69 | - |
| YUV | 108.36 | 178.59 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 198 | 0.65 | 0.44 | 0 | 0.22 | 220.47 | 0.53 | 0.52 |
| Hex | 45 | 6F | C6 | 41 | 2C | 0 | 16 | DC | 35 | 34 |
| Octal | 105 | 157 | 306 | 101 | 54 | 0 | 26 | 334 | 65 | 64 |
| Binary | 1000101 | 1101111 | 11000110 | 1000001 | 101100 | 0 | 10110 | 11011100 | 110101 | 110100 |
Color Harmonies of #456FC6
Complementary color
Monochromatic Colors of #456FC6
Black with #456FC6
Text Example
Text Example
White with #456FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FC6; }
p { color: rgb(69,111,198); }
H1.HeaderClassName
{
color: #456FC6;
}
.AnyTagClassName
{
color: #456FC6;
}
</style>
background-color css
<style>
a { background-color: #456FC6; }
a { background-color: rgb(69,111,198); }
div.DivClassName
{
background-color: #456FC6;
}
.BgClassName
{
background-color: #456FC6;
}
</style>
border-color css
<style>
span { border-color: #456FC6; }
span { border-color: rgb(69,111,198); }
td.TdClassName
{
border-color: #456FC6;
}
.TagClassName
{
border-color: #456FC6;
}
</style>