Shades of Royal Blue #456CCC
Tints of Royal Blue #456CCC
RGB
CMYK
RGB Variations
Color information
#456CCC (or 0x456CCC) is known color: Royal Blue. HEX triplet: 45, 6C and CC. RGB value is (69,108,204). Sum of RGB (Red+Green+Blue) = 69+108+204=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #456CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CCC is #BA9333. Grayscale: #6A6A6A. Windows color (decimal): -12227380 or 13397061. OLE color: 13397061.
HSL color Cylindrical-coordinate representation of color #456CCC: hue angle of 222.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #456CCC is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 108 | 204 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.2 |
| HSL | 222.67º | 0.57% | 0.54% | - |
| HSV(B) | 222.67º | 0.66% | 0.8% | - |
| XYZ | 18.72 | 16.35 | 59.3 | - |
| YUV | 107.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 204 | 0.66 | 0.47 | 0 | 0.2 | 222.67 | 0.57 | 0.54 |
| Hex | 45 | 6C | CC | 42 | 2F | 0 | 14 | DF | 39 | 36 |
| Octal | 105 | 154 | 314 | 102 | 57 | 0 | 24 | 337 | 71 | 66 |
| Binary | 1000101 | 1101100 | 11001100 | 1000010 | 101111 | 0 | 10100 | 11011111 | 111001 | 110110 |
Color Harmonies of #456CCC
Complementary color
Monochromatic Colors of #456CCC
Black with #456CCC
Text Example
Text Example
White with #456CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CCC; }
p { color: rgb(69,108,204); }
H1.HeaderClassName
{
color: #456CCC;
}
.AnyTagClassName
{
color: #456CCC;
}
</style>
background-color css
<style>
a { background-color: #456CCC; }
a { background-color: rgb(69,108,204); }
div.DivClassName
{
background-color: #456CCC;
}
.BgClassName
{
background-color: #456CCC;
}
</style>
border-color css
<style>
span { border-color: #456CCC; }
span { border-color: rgb(69,108,204); }
td.TdClassName
{
border-color: #456CCC;
}
.TagClassName
{
border-color: #456CCC;
}
</style>