Shades of Royal Blue #4668CE
Tints of Royal Blue #4668CE
RGB
CMYK
RGB Variations
Color information
#4668CE (or 0x4668CE) is known color: Royal Blue. HEX triplet: 46, 68 and CE. RGB value is (70,104,206). Sum of RGB (Red+Green+Blue) = 70+104+206=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #4668CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4668CE is #B99731. Grayscale: #696969. Windows color (decimal): -12162866 or 13527110. OLE color: 13527110.
HSL color Cylindrical-coordinate representation of color #4668CE: hue angle of 225º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4668CE is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 104 | 206 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.19 |
| HSL | 225º | 0.58% | 0.54% | - |
| HSV(B) | 225º | 0.66% | 0.81% | - |
| XYZ | 18.62 | 15.66 | 60.43 | - |
| YUV | 105.46 | 184.74 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 206 | 0.66 | 0.50 | 0 | 0.19 | 225 | 0.58 | 0.54 |
| Hex | 46 | 68 | CE | 42 | 32 | 0 | 13 | E1 | 3A | 36 |
| Octal | 106 | 150 | 316 | 102 | 62 | 0 | 23 | 341 | 72 | 66 |
| Binary | 1000110 | 1101000 | 11001110 | 1000010 | 110010 | 0 | 10011 | 11100001 | 111010 | 110110 |
Color Harmonies of #4668CE
Complementary color
Monochromatic Colors of #4668CE
Black with #4668CE
Text Example
Text Example
White with #4668CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4668CE; }
p { color: rgb(70,104,206); }
H1.HeaderClassName
{
color: #4668CE;
}
.AnyTagClassName
{
color: #4668CE;
}
</style>
background-color css
<style>
a { background-color: #4668CE; }
a { background-color: rgb(70,104,206); }
div.DivClassName
{
background-color: #4668CE;
}
.BgClassName
{
background-color: #4668CE;
}
</style>
border-color css
<style>
span { border-color: #4668CE; }
span { border-color: rgb(70,104,206); }
td.TdClassName
{
border-color: #4668CE;
}
.TagClassName
{
border-color: #4668CE;
}
</style>