Shades of Royal Blue #447AF6
Tints of Royal Blue #447AF6
RGB
CMYK
RGB Variations
Color information
#447AF6 (or 0x447AF6) is known color: Royal Blue. HEX triplet: 44, 7A and F6. RGB value is (68,122,246). Sum of RGB (Red+Green+Blue) = 68+122+246=436 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.60% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #447AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447AF6 is #BB8509. Grayscale: #777777. Windows color (decimal): -12289290 or 16153156. OLE color: 16153156.
HSL color Cylindrical-coordinate representation of color #447AF6: hue angle of 221.8º 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 #447AF6 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 122 | 246 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.04 |
| HSL | 221.8º | 0.91% | 0.62% | - |
| HSV(B) | 221.8º | 0.72% | 0.96% | - |
| XYZ | 25.98 | 21.8 | 90.03 | - |
| YUV | 119.99 | 199.11 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 246 | 0.72 | 0.50 | 0 | 0.04 | 221.8 | 0.91 | 0.62 |
| Hex | 44 | 7A | F6 | 48 | 32 | 0 | 4 | DE | 5B | 3E |
| Octal | 104 | 172 | 366 | 110 | 62 | 0 | 4 | 336 | 133 | 76 |
| Binary | 1000100 | 1111010 | 11110110 | 1001000 | 110010 | 0 | 100 | 11011110 | 1011011 | 111110 |
Color Harmonies of #447AF6
Complementary color
Monochromatic Colors of #447AF6
Black with #447AF6
Text Example
Text Example
White with #447AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447AF6; }
p { color: rgb(68,122,246); }
H1.HeaderClassName
{
color: #447AF6;
}
.AnyTagClassName
{
color: #447AF6;
}
</style>
background-color css
<style>
a { background-color: #447AF6; }
a { background-color: rgb(68,122,246); }
div.DivClassName
{
background-color: #447AF6;
}
.BgClassName
{
background-color: #447AF6;
}
</style>
border-color css
<style>
span { border-color: #447AF6; }
span { border-color: rgb(68,122,246); }
td.TdClassName
{
border-color: #447AF6;
}
.TagClassName
{
border-color: #447AF6;
}
</style>