Shades of Royal Blue #4A69DA
Tints of Royal Blue #4A69DA
RGB
CMYK
RGB Variations
Color information
#4A69DA (or 0x4A69DA) is known color: Royal Blue. HEX triplet: 4A, 69 and DA. RGB value is (74,105,218). Sum of RGB (Red+Green+Blue) = 74+105+218=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A69DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A69DA is #B59625. Grayscale: #6C6C6C. Windows color (decimal): -11900454 or 14313802. OLE color: 14313802.
HSL color Cylindrical-coordinate representation of color #4A69DA: hue angle of 227.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A69DA is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 105 | 218 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.15 |
| HSL | 227.08º | 0.66% | 0.57% | - |
| HSV(B) | 227.08º | 0.66% | 0.85% | - |
| XYZ | 20.53 | 16.62 | 68.46 | - |
| YUV | 108.61 | 189.73 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 218 | 0.66 | 0.52 | 0 | 0.15 | 227.08 | 0.66 | 0.57 |
| Hex | 4A | 69 | DA | 42 | 34 | 0 | F | E3 | 42 | 39 |
| Octal | 112 | 151 | 332 | 102 | 64 | 0 | 17 | 343 | 102 | 71 |
| Binary | 1001010 | 1101001 | 11011010 | 1000010 | 110100 | 0 | 1111 | 11100011 | 1000010 | 111001 |
Color Harmonies of #4A69DA
Complementary color
Monochromatic Colors of #4A69DA
Black with #4A69DA
Text Example
Text Example
White with #4A69DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A69DA; }
p { color: rgb(74,105,218); }
H1.HeaderClassName
{
color: #4A69DA;
}
.AnyTagClassName
{
color: #4A69DA;
}
</style>
background-color css
<style>
a { background-color: #4A69DA; }
a { background-color: rgb(74,105,218); }
div.DivClassName
{
background-color: #4A69DA;
}
.BgClassName
{
background-color: #4A69DA;
}
</style>
border-color css
<style>
span { border-color: #4A69DA; }
span { border-color: rgb(74,105,218); }
td.TdClassName
{
border-color: #4A69DA;
}
.TagClassName
{
border-color: #4A69DA;
}
</style>