Shades of Royal Blue #4C68CD
Tints of Royal Blue #4C68CD
RGB
CMYK
RGB Variations
Color information
#4C68CD (or 0x4C68CD) is known color: Royal Blue. HEX triplet: 4C, 68 and CD. RGB value is (76,104,205). Sum of RGB (Red+Green+Blue) = 76+104+205=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C68CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C68CD is #B39732. Grayscale: #6A6A6A. Windows color (decimal): -11769651 or 13461580. OLE color: 13461580.
HSL color Cylindrical-coordinate representation of color #4C68CD: hue angle of 226.98º 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 #4C68CD is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 104 | 205 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.20 |
| HSL | 226.98º | 0.56% | 0.55% | - |
| HSV(B) | 226.98º | 0.63% | 0.8% | - |
| XYZ | 18.95 | 15.84 | 59.82 | - |
| YUV | 107.14 | 183.22 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 104 | 205 | 0.63 | 0.49 | 0 | 0.20 | 226.98 | 0.56 | 0.55 |
| Hex | 4C | 68 | CD | 3F | 31 | 0 | 14 | E3 | 38 | 37 |
| Octal | 114 | 150 | 315 | 77 | 61 | 0 | 24 | 343 | 70 | 67 |
| Binary | 1001100 | 1101000 | 11001101 | 111111 | 110001 | 0 | 10100 | 11100011 | 111000 | 110111 |
Color Harmonies of #4C68CD
Complementary color
Monochromatic Colors of #4C68CD
Black with #4C68CD
Text Example
Text Example
White with #4C68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C68CD; }
p { color: rgb(76,104,205); }
H1.HeaderClassName
{
color: #4C68CD;
}
.AnyTagClassName
{
color: #4C68CD;
}
</style>
background-color css
<style>
a { background-color: #4C68CD; }
a { background-color: rgb(76,104,205); }
div.DivClassName
{
background-color: #4C68CD;
}
.BgClassName
{
background-color: #4C68CD;
}
</style>
border-color css
<style>
span { border-color: #4C68CD; }
span { border-color: rgb(76,104,205); }
td.TdClassName
{
border-color: #4C68CD;
}
.TagClassName
{
border-color: #4C68CD;
}
</style>