Shades of Royal Blue #4A68FA
Tints of Royal Blue #4A68FA
RGB
CMYK
RGB Variations
Color information
#4A68FA (or 0x4A68FA) is known color: Royal Blue. HEX triplet: 4A, 68 and FA. RGB value is (74,104,250). Sum of RGB (Red+Green+Blue) = 74+104+250=428 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.29% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A68FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A68FA is #B59705. Grayscale: #6F6F6F. Windows color (decimal): -11900678 or 16410698. OLE color: 16410698.
HSL color Cylindrical-coordinate representation of color #4A68FA: hue angle of 229.77º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A68FA is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 104 | 250 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.02 |
| HSL | 229.77º | 0.95% | 0.64% | - |
| HSV(B) | 229.77º | 0.7% | 0.98% | - |
| XYZ | 25.03 | 18.26 | 92.65 | - |
| YUV | 111.67 | 206.06 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 250 | 0.70 | 0.58 | 0 | 0.02 | 229.77 | 0.95 | 0.64 |
| Hex | 4A | 68 | FA | 46 | 3A | 0 | 2 | E6 | 5F | 40 |
| Octal | 112 | 150 | 372 | 106 | 72 | 0 | 2 | 346 | 137 | 100 |
| Binary | 1001010 | 1101000 | 11111010 | 1000110 | 111010 | 0 | 10 | 11100110 | 1011111 | 1000000 |
Color Harmonies of #4A68FA
Complementary color
Monochromatic Colors of #4A68FA
Black with #4A68FA
Text Example
Text Example
White with #4A68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A68FA; }
p { color: rgb(74,104,250); }
H1.HeaderClassName
{
color: #4A68FA;
}
.AnyTagClassName
{
color: #4A68FA;
}
</style>
background-color css
<style>
a { background-color: #4A68FA; }
a { background-color: rgb(74,104,250); }
div.DivClassName
{
background-color: #4A68FA;
}
.BgClassName
{
background-color: #4A68FA;
}
</style>
border-color css
<style>
span { border-color: #4A68FA; }
span { border-color: rgb(74,104,250); }
td.TdClassName
{
border-color: #4A68FA;
}
.TagClassName
{
border-color: #4A68FA;
}
</style>