Shades of Royal Blue #4A6FD7
Tints of Royal Blue #4A6FD7
RGB
CMYK
RGB Variations
Color information
#4A6FD7 (or 0x4A6FD7) is known color: Royal Blue. HEX triplet: 4A, 6F and D7. RGB value is (74,111,215). Sum of RGB (Red+Green+Blue) = 74+111+215=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 215 (84.38% from 255 or 53.75% from 400); Max value from RGB is 215 - color contains mainly: blue. Hex color #4A6FD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6FD7 is #B59028. Grayscale: #6F6F6F. Windows color (decimal): -11898921 or 14118730. OLE color: 14118730.
HSL color Cylindrical-coordinate representation of color #4A6FD7: hue angle of 224.26º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A6FD7 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 111 | 215 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.16 |
| HSL | 224.26º | 0.64% | 0.57% | - |
| HSV(B) | 224.26º | 0.66% | 0.84% | - |
| XYZ | 20.77 | 17.73 | 66.62 | - |
| YUV | 111.79 | 186.24 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 111 | 215 | 0.66 | 0.48 | 0 | 0.16 | 224.26 | 0.64 | 0.57 |
| Hex | 4A | 6F | D7 | 42 | 30 | 0 | 10 | E0 | 40 | 39 |
| Octal | 112 | 157 | 327 | 102 | 60 | 0 | 20 | 340 | 100 | 71 |
| Binary | 1001010 | 1101111 | 11010111 | 1000010 | 110000 | 0 | 10000 | 11100000 | 1000000 | 111001 |
Color Harmonies of #4A6FD7
Complementary color
Monochromatic Colors of #4A6FD7
Black with #4A6FD7
Text Example
Text Example
White with #4A6FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6FD7; }
p { color: rgb(74,111,215); }
H1.HeaderClassName
{
color: #4A6FD7;
}
.AnyTagClassName
{
color: #4A6FD7;
}
</style>
background-color css
<style>
a { background-color: #4A6FD7; }
a { background-color: rgb(74,111,215); }
div.DivClassName
{
background-color: #4A6FD7;
}
.BgClassName
{
background-color: #4A6FD7;
}
</style>
border-color css
<style>
span { border-color: #4A6FD7; }
span { border-color: rgb(74,111,215); }
td.TdClassName
{
border-color: #4A6FD7;
}
.TagClassName
{
border-color: #4A6FD7;
}
</style>