Shades of Royal Blue #4A66F3
Tints of Royal Blue #4A66F3
RGB
CMYK
RGB Variations
Color information
#4A66F3 (or 0x4A66F3) is known color: Royal Blue. HEX triplet: 4A, 66 and F3. RGB value is (74,102,243). Sum of RGB (Red+Green+Blue) = 74+102+243=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 243 (95.31% from 255 or 58.00% from 419); Max value from RGB is 243 - color contains mainly: blue. Hex color #4A66F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A66F3 is #B5990C. Grayscale: #6D6D6D. Windows color (decimal): -11901197 or 15951434. OLE color: 15951434.
HSL color Cylindrical-coordinate representation of color #4A66F3: hue angle of 230.06º 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 #4A66F3 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 102 | 243 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.05 |
| HSL | 230.06º | 0.88% | 0.62% | - |
| HSV(B) | 230.06º | 0.7% | 0.95% | - |
| XYZ | 23.75 | 17.43 | 86.91 | - |
| YUV | 109.7 | 203.22 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 243 | 0.70 | 0.58 | 0 | 0.05 | 230.06 | 0.88 | 0.62 |
| Hex | 4A | 66 | F3 | 46 | 3A | 0 | 5 | E6 | 58 | 3E |
| Octal | 112 | 146 | 363 | 106 | 72 | 0 | 5 | 346 | 130 | 76 |
| Binary | 1001010 | 1100110 | 11110011 | 1000110 | 111010 | 0 | 101 | 11100110 | 1011000 | 111110 |
Color Harmonies of #4A66F3
Complementary color
Monochromatic Colors of #4A66F3
Black with #4A66F3
Text Example
Text Example
White with #4A66F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A66F3; }
p { color: rgb(74,102,243); }
H1.HeaderClassName
{
color: #4A66F3;
}
.AnyTagClassName
{
color: #4A66F3;
}
</style>
background-color css
<style>
a { background-color: #4A66F3; }
a { background-color: rgb(74,102,243); }
div.DivClassName
{
background-color: #4A66F3;
}
.BgClassName
{
background-color: #4A66F3;
}
</style>
border-color css
<style>
span { border-color: #4A66F3; }
span { border-color: rgb(74,102,243); }
td.TdClassName
{
border-color: #4A66F3;
}
.TagClassName
{
border-color: #4A66F3;
}
</style>