Shades of Royal Blue #4F74FF
Tints of Royal Blue #4F74FF
RGB
CMYK
RGB Variations
Color information
#4F74FF (or 0x4F74FF) is known color: Royal Blue. HEX triplet: 4F, 74 and FF. RGB value is (79,116,255). Sum of RGB (Red+Green+Blue) = 79+116+255=450 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.56% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F74FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F74FF is #B08B00. Grayscale: #787878. Windows color (decimal): -11569921 or 16741455. OLE color: 16741455.
HSL color Cylindrical-coordinate representation of color #4F74FF: hue angle of 227.39º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F74FF is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 116 | 255 | - |
| CMYK | 0.69 | 0.55 | 0 | 0 |
| HSL | 227.39º | 1% | 0.65% | - |
| HSV(B) | 227.39º | 0.69% | 1% | - |
| XYZ | 27.52 | 21.37 | 97.28 | - |
| YUV | 120.78 | 203.74 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 255 | 0.69 | 0.55 | 0 | 0 | 227.39 | 1 | 0.65 |
| Hex | 4F | 74 | FF | 45 | 37 | 0 | 0 | E3 | 64 | 41 |
| Octal | 117 | 164 | 377 | 105 | 67 | 0 | 0 | 343 | 144 | 101 |
| Binary | 1001111 | 1110100 | 11111111 | 1000101 | 110111 | 0 | 0 | 11100011 | 1100100 | 1000001 |
Color Harmonies of #4F74FF
Complementary color
Monochromatic Colors of #4F74FF
Black with #4F74FF
Text Example
Text Example
White with #4F74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F74FF; }
p { color: rgb(79,116,255); }
H1.HeaderClassName
{
color: #4F74FF;
}
.AnyTagClassName
{
color: #4F74FF;
}
</style>
background-color css
<style>
a { background-color: #4F74FF; }
a { background-color: rgb(79,116,255); }
div.DivClassName
{
background-color: #4F74FF;
}
.BgClassName
{
background-color: #4F74FF;
}
</style>
border-color css
<style>
span { border-color: #4F74FF; }
span { border-color: rgb(79,116,255); }
td.TdClassName
{
border-color: #4F74FF;
}
.TagClassName
{
border-color: #4F74FF;
}
</style>