Shades of Royal Blue #4A6BF3
Tints of Royal Blue #4A6BF3
RGB
CMYK
RGB Variations
Color information
#4A6BF3 (or 0x4A6BF3) is known color: Royal Blue. HEX triplet: 4A, 6B and F3. RGB value is (74,107,243). Sum of RGB (Red+Green+Blue) = 74+107+243=424 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.45% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 243 (95.31% from 255 or 57.31% from 424); Max value from RGB is 243 - color contains mainly: blue. Hex color #4A6BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6BF3 is #B5940C. Grayscale: #707070. Windows color (decimal): -11899917 or 15952714. OLE color: 15952714.
HSL color Cylindrical-coordinate representation of color #4A6BF3: hue angle of 228.28º 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 #4A6BF3 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 107 | 243 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.05 |
| HSL | 228.28º | 0.88% | 0.62% | - |
| HSV(B) | 228.28º | 0.7% | 0.95% | - |
| XYZ | 24.26 | 18.44 | 87.08 | - |
| YUV | 112.64 | 201.57 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 243 | 0.70 | 0.56 | 0 | 0.05 | 228.28 | 0.88 | 0.62 |
| Hex | 4A | 6B | F3 | 46 | 38 | 0 | 5 | E4 | 58 | 3E |
| Octal | 112 | 153 | 363 | 106 | 70 | 0 | 5 | 344 | 130 | 76 |
| Binary | 1001010 | 1101011 | 11110011 | 1000110 | 111000 | 0 | 101 | 11100100 | 1011000 | 111110 |
Color Harmonies of #4A6BF3
Complementary color
Monochromatic Colors of #4A6BF3
Black with #4A6BF3
Text Example
Text Example
White with #4A6BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6BF3; }
p { color: rgb(74,107,243); }
H1.HeaderClassName
{
color: #4A6BF3;
}
.AnyTagClassName
{
color: #4A6BF3;
}
</style>
background-color css
<style>
a { background-color: #4A6BF3; }
a { background-color: rgb(74,107,243); }
div.DivClassName
{
background-color: #4A6BF3;
}
.BgClassName
{
background-color: #4A6BF3;
}
</style>
border-color css
<style>
span { border-color: #4A6BF3; }
span { border-color: rgb(74,107,243); }
td.TdClassName
{
border-color: #4A6BF3;
}
.TagClassName
{
border-color: #4A6BF3;
}
</style>