Shades of Royal Blue #4F7FDC
Tints of Royal Blue #4F7FDC
RGB
CMYK
RGB Variations
Color information
#4F7FDC (or 0x4F7FDC) is known color: Royal Blue. HEX triplet: 4F, 7F and DC. RGB value is (79,127,220). Sum of RGB (Red+Green+Blue) = 79+127+220=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F7FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7FDC is #B08023. Grayscale: #7A7A7A. Windows color (decimal): -11567140 or 14450511. OLE color: 14450511.
HSL color Cylindrical-coordinate representation of color #4F7FDC: hue angle of 219.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F7FDC is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 127 | 220 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.14 |
| HSL | 219.57º | 0.67% | 0.59% | - |
| HSV(B) | 219.57º | 0.64% | 0.86% | - |
| XYZ | 23.73 | 22.01 | 70.71 | - |
| YUV | 123.25 | 182.6 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 127 | 220 | 0.64 | 0.42 | 0 | 0.14 | 219.57 | 0.67 | 0.59 |
| Hex | 4F | 7F | DC | 40 | 2A | 0 | E | DC | 43 | 3B |
| Octal | 117 | 177 | 334 | 100 | 52 | 0 | 16 | 334 | 103 | 73 |
| Binary | 1001111 | 1111111 | 11011100 | 1000000 | 101010 | 0 | 1110 | 11011100 | 1000011 | 111011 |
Color Harmonies of #4F7FDC
Complementary color
Monochromatic Colors of #4F7FDC
Black with #4F7FDC
Text Example
Text Example
White with #4F7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7FDC; }
p { color: rgb(79,127,220); }
H1.HeaderClassName
{
color: #4F7FDC;
}
.AnyTagClassName
{
color: #4F7FDC;
}
</style>
background-color css
<style>
a { background-color: #4F7FDC; }
a { background-color: rgb(79,127,220); }
div.DivClassName
{
background-color: #4F7FDC;
}
.BgClassName
{
background-color: #4F7FDC;
}
</style>
border-color css
<style>
span { border-color: #4F7FDC; }
span { border-color: rgb(79,127,220); }
td.TdClassName
{
border-color: #4F7FDC;
}
.TagClassName
{
border-color: #4F7FDC;
}
</style>