Shades of Royal Blue #4A6ACF
Tints of Royal Blue #4A6ACF
RGB
CMYK
RGB Variations
Color information
#4A6ACF (or 0x4A6ACF) is known color: Royal Blue. HEX triplet: 4A, 6A and CF. RGB value is (74,106,207). Sum of RGB (Red+Green+Blue) = 74+106+207=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A6ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6ACF is #B59530. Grayscale: #6B6B6B. Windows color (decimal): -11900209 or 13593162. OLE color: 13593162.
HSL color Cylindrical-coordinate representation of color #4A6ACF: hue angle of 225.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A6ACF is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 106 | 207 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.19 |
| HSL | 225.56º | 0.58% | 0.55% | - |
| HSV(B) | 225.56º | 0.64% | 0.81% | - |
| XYZ | 19.24 | 16.27 | 61.16 | - |
| YUV | 107.95 | 183.9 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 207 | 0.64 | 0.49 | 0 | 0.19 | 225.56 | 0.58 | 0.55 |
| Hex | 4A | 6A | CF | 40 | 31 | 0 | 13 | E2 | 3A | 37 |
| Octal | 112 | 152 | 317 | 100 | 61 | 0 | 23 | 342 | 72 | 67 |
| Binary | 1001010 | 1101010 | 11001111 | 1000000 | 110001 | 0 | 10011 | 11100010 | 111010 | 110111 |
Color Harmonies of #4A6ACF
Complementary color
Monochromatic Colors of #4A6ACF
Black with #4A6ACF
Text Example
Text Example
White with #4A6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6ACF; }
p { color: rgb(74,106,207); }
H1.HeaderClassName
{
color: #4A6ACF;
}
.AnyTagClassName
{
color: #4A6ACF;
}
</style>
background-color css
<style>
a { background-color: #4A6ACF; }
a { background-color: rgb(74,106,207); }
div.DivClassName
{
background-color: #4A6ACF;
}
.BgClassName
{
background-color: #4A6ACF;
}
</style>
border-color css
<style>
span { border-color: #4A6ACF; }
span { border-color: rgb(74,106,207); }
td.TdClassName
{
border-color: #4A6ACF;
}
.TagClassName
{
border-color: #4A6ACF;
}
</style>