Shades of Royal Blue #4F80DC
Tints of Royal Blue #4F80DC
RGB
CMYK
RGB Variations
Color information
#4F80DC (or 0x4F80DC) is known color: Royal Blue. HEX triplet: 4F, 80 and DC. RGB value is (79,128,220). Sum of RGB (Red+Green+Blue) = 79+128+220=427 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.50% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F80DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F80DC is #B07F23. Grayscale: #7B7B7B. Windows color (decimal): -11566884 or 14450767. OLE color: 14450767.
HSL color Cylindrical-coordinate representation of color #4F80DC: hue angle of 219.15º 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 #4F80DC is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 128 | 220 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.14 |
| HSL | 219.15º | 0.67% | 0.59% | - |
| HSV(B) | 219.15º | 0.64% | 0.86% | - |
| XYZ | 23.86 | 22.27 | 70.75 | - |
| YUV | 123.84 | 182.27 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 128 | 220 | 0.64 | 0.42 | 0 | 0.14 | 219.15 | 0.67 | 0.59 |
| Hex | 4F | 80 | DC | 40 | 2A | 0 | E | DB | 43 | 3B |
| Octal | 117 | 200 | 334 | 100 | 52 | 0 | 16 | 333 | 103 | 73 |
| Binary | 1001111 | 10000000 | 11011100 | 1000000 | 101010 | 0 | 1110 | 11011011 | 1000011 | 111011 |
Color Harmonies of #4F80DC
Complementary color
Monochromatic Colors of #4F80DC
Black with #4F80DC
Text Example
Text Example
White with #4F80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F80DC; }
p { color: rgb(79,128,220); }
H1.HeaderClassName
{
color: #4F80DC;
}
.AnyTagClassName
{
color: #4F80DC;
}
</style>
background-color css
<style>
a { background-color: #4F80DC; }
a { background-color: rgb(79,128,220); }
div.DivClassName
{
background-color: #4F80DC;
}
.BgClassName
{
background-color: #4F80DC;
}
</style>
border-color css
<style>
span { border-color: #4F80DC; }
span { border-color: rgb(79,128,220); }
td.TdClassName
{
border-color: #4F80DC;
}
.TagClassName
{
border-color: #4F80DC;
}
</style>