Shades of Royal Blue #4A68F3
Tints of Royal Blue #4A68F3
RGB
CMYK
RGB Variations
Color information
#4A68F3 (or 0x4A68F3) is known color: Royal Blue. HEX triplet: 4A, 68 and F3. RGB value is (74,104,243). Sum of RGB (Red+Green+Blue) = 74+104+243=421 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.58% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #4A68F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A68F3 is #B5970C. Grayscale: #6E6E6E. Windows color (decimal): -11900685 or 15951946. OLE color: 15951946.
HSL color Cylindrical-coordinate representation of color #4A68F3: hue angle of 229.35º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A68F3 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 104 | 243 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.05 |
| HSL | 229.35º | 0.88% | 0.62% | - |
| HSV(B) | 229.35º | 0.7% | 0.95% | - |
| XYZ | 23.95 | 17.83 | 86.97 | - |
| YUV | 110.88 | 202.56 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 243 | 0.70 | 0.57 | 0 | 0.05 | 229.35 | 0.88 | 0.62 |
| Hex | 4A | 68 | F3 | 46 | 39 | 0 | 5 | E5 | 58 | 3E |
| Octal | 112 | 150 | 363 | 106 | 71 | 0 | 5 | 345 | 130 | 76 |
| Binary | 1001010 | 1101000 | 11110011 | 1000110 | 111001 | 0 | 101 | 11100101 | 1011000 | 111110 |
Color Harmonies of #4A68F3
Complementary color
Monochromatic Colors of #4A68F3
Black with #4A68F3
Text Example
Text Example
White with #4A68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A68F3; }
p { color: rgb(74,104,243); }
H1.HeaderClassName
{
color: #4A68F3;
}
.AnyTagClassName
{
color: #4A68F3;
}
</style>
background-color css
<style>
a { background-color: #4A68F3; }
a { background-color: rgb(74,104,243); }
div.DivClassName
{
background-color: #4A68F3;
}
.BgClassName
{
background-color: #4A68F3;
}
</style>
border-color css
<style>
span { border-color: #4A68F3; }
span { border-color: rgb(74,104,243); }
td.TdClassName
{
border-color: #4A68F3;
}
.TagClassName
{
border-color: #4A68F3;
}
</style>