Shades of Royal Blue #4462F6
Tints of Royal Blue #4462F6
RGB
CMYK
RGB Variations
Color information
#4462F6 (or 0x4462F6) is known color: Royal Blue. HEX triplet: 44, 62 and F6. RGB value is (68,98,246). Sum of RGB (Red+Green+Blue) = 68+98+246=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 246 (96.48% from 255 or 59.71% from 412); Max value from RGB is 246 - color contains mainly: blue. Hex color #4462F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4462F6 is #BB9D09. Grayscale: #696969. Windows color (decimal): -12295434 or 16147012. OLE color: 16147012.
HSL color Cylindrical-coordinate representation of color #4462F6: hue angle of 229.89º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4462F6 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 98 | 246 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.04 |
| HSL | 229.89º | 0.91% | 0.62% | - |
| HSV(B) | 229.89º | 0.72% | 0.96% | - |
| XYZ | 23.39 | 16.62 | 89.16 | - |
| YUV | 105.9 | 207.06 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 246 | 0.72 | 0.60 | 0 | 0.04 | 229.89 | 0.91 | 0.62 |
| Hex | 44 | 62 | F6 | 48 | 3C | 0 | 4 | E6 | 5B | 3E |
| Octal | 104 | 142 | 366 | 110 | 74 | 0 | 4 | 346 | 133 | 76 |
| Binary | 1000100 | 1100010 | 11110110 | 1001000 | 111100 | 0 | 100 | 11100110 | 1011011 | 111110 |
Color Harmonies of #4462F6
Complementary color
Monochromatic Colors of #4462F6
Black with #4462F6
Text Example
Text Example
White with #4462F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4462F6; }
p { color: rgb(68,98,246); }
H1.HeaderClassName
{
color: #4462F6;
}
.AnyTagClassName
{
color: #4462F6;
}
</style>
background-color css
<style>
a { background-color: #4462F6; }
a { background-color: rgb(68,98,246); }
div.DivClassName
{
background-color: #4462F6;
}
.BgClassName
{
background-color: #4462F6;
}
</style>
border-color css
<style>
span { border-color: #4462F6; }
span { border-color: rgb(68,98,246); }
td.TdClassName
{
border-color: #4462F6;
}
.TagClassName
{
border-color: #4462F6;
}
</style>