Shades of Royal Blue #4F70CE
Tints of Royal Blue #4F70CE
RGB
CMYK
RGB Variations
Color information
#4F70CE (or 0x4F70CE) is known color: Royal Blue. HEX triplet: 4F, 70 and CE. RGB value is (79,112,206). Sum of RGB (Red+Green+Blue) = 79+112+206=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F70CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F70CE is #B08F31. Grayscale: #707070. Windows color (decimal): -11570994 or 13529167. OLE color: 13529167.
HSL color Cylindrical-coordinate representation of color #4F70CE: hue angle of 224.41º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F70CE is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 112 | 206 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.19 |
| HSL | 224.41º | 0.56% | 0.56% | - |
| HSV(B) | 224.41º | 0.62% | 0.81% | - |
| XYZ | 20.16 | 17.71 | 60.75 | - |
| YUV | 112.85 | 180.57 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 206 | 0.62 | 0.46 | 0 | 0.19 | 224.41 | 0.56 | 0.56 |
| Hex | 4F | 70 | CE | 3E | 2E | 0 | 13 | E0 | 38 | 38 |
| Octal | 117 | 160 | 316 | 76 | 56 | 0 | 23 | 340 | 70 | 70 |
| Binary | 1001111 | 1110000 | 11001110 | 111110 | 101110 | 0 | 10011 | 11100000 | 111000 | 111000 |
Color Harmonies of #4F70CE
Complementary color
Monochromatic Colors of #4F70CE
Black with #4F70CE
Text Example
Text Example
White with #4F70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F70CE; }
p { color: rgb(79,112,206); }
H1.HeaderClassName
{
color: #4F70CE;
}
.AnyTagClassName
{
color: #4F70CE;
}
</style>
background-color css
<style>
a { background-color: #4F70CE; }
a { background-color: rgb(79,112,206); }
div.DivClassName
{
background-color: #4F70CE;
}
.BgClassName
{
background-color: #4F70CE;
}
</style>
border-color css
<style>
span { border-color: #4F70CE; }
span { border-color: rgb(79,112,206); }
td.TdClassName
{
border-color: #4F70CE;
}
.TagClassName
{
border-color: #4F70CE;
}
</style>