Shades of Royal Blue #4A6FDA
Tints of Royal Blue #4A6FDA
RGB
CMYK
RGB Variations
Color information
#4A6FDA (or 0x4A6FDA) is known color: Royal Blue. HEX triplet: 4A, 6F and DA. RGB value is (74,111,218). Sum of RGB (Red+Green+Blue) = 74+111+218=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A6FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6FDA is #B59025. Grayscale: #6F6F6F. Windows color (decimal): -11898918 or 14315338. OLE color: 14315338.
HSL color Cylindrical-coordinate representation of color #4A6FDA: hue angle of 224.58º 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 #4A6FDA is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 111 | 218 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.15 |
| HSL | 224.58º | 0.66% | 0.57% | - |
| HSV(B) | 224.58º | 0.66% | 0.85% | - |
| XYZ | 21.16 | 17.89 | 68.67 | - |
| YUV | 112.14 | 187.74 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 111 | 218 | 0.66 | 0.49 | 0 | 0.15 | 224.58 | 0.66 | 0.57 |
| Hex | 4A | 6F | DA | 42 | 31 | 0 | F | E1 | 42 | 39 |
| Octal | 112 | 157 | 332 | 102 | 61 | 0 | 17 | 341 | 102 | 71 |
| Binary | 1001010 | 1101111 | 11011010 | 1000010 | 110001 | 0 | 1111 | 11100001 | 1000010 | 111001 |
Color Harmonies of #4A6FDA
Complementary color
Monochromatic Colors of #4A6FDA
Black with #4A6FDA
Text Example
Text Example
White with #4A6FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6FDA; }
p { color: rgb(74,111,218); }
H1.HeaderClassName
{
color: #4A6FDA;
}
.AnyTagClassName
{
color: #4A6FDA;
}
</style>
background-color css
<style>
a { background-color: #4A6FDA; }
a { background-color: rgb(74,111,218); }
div.DivClassName
{
background-color: #4A6FDA;
}
.BgClassName
{
background-color: #4A6FDA;
}
</style>
border-color css
<style>
span { border-color: #4A6FDA; }
span { border-color: rgb(74,111,218); }
td.TdClassName
{
border-color: #4A6FDA;
}
.TagClassName
{
border-color: #4A6FDA;
}
</style>