Shades of Royal Blue #4469FB
Tints of Royal Blue #4469FB
RGB
CMYK
RGB Variations
Color information
#4469FB (or 0x4469FB) is known color: Royal Blue. HEX triplet: 44, 69 and FB. RGB value is (68,105,251). Sum of RGB (Red+Green+Blue) = 68+105+251=424 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.04% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #4469FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4469FB is #BB9604. Grayscale: #6D6D6D. Windows color (decimal): -12293637 or 16476484. OLE color: 16476484.
HSL color Cylindrical-coordinate representation of color #4469FB: hue angle of 227.87º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4469FB is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 105 | 251 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.02 |
| HSL | 227.87º | 0.96% | 0.63% | - |
| HSV(B) | 227.87º | 0.73% | 0.98% | - |
| XYZ | 24.85 | 18.3 | 93.49 | - |
| YUV | 110.58 | 207.24 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 105 | 251 | 0.73 | 0.58 | 0 | 0.02 | 227.87 | 0.96 | 0.63 |
| Hex | 44 | 69 | FB | 49 | 3A | 0 | 2 | E4 | 60 | 3F |
| Octal | 104 | 151 | 373 | 111 | 72 | 0 | 2 | 344 | 140 | 77 |
| Binary | 1000100 | 1101001 | 11111011 | 1001001 | 111010 | 0 | 10 | 11100100 | 1100000 | 111111 |
Color Harmonies of #4469FB
Complementary color
Monochromatic Colors of #4469FB
Black with #4469FB
Text Example
Text Example
White with #4469FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4469FB; }
p { color: rgb(68,105,251); }
H1.HeaderClassName
{
color: #4469FB;
}
.AnyTagClassName
{
color: #4469FB;
}
</style>
background-color css
<style>
a { background-color: #4469FB; }
a { background-color: rgb(68,105,251); }
div.DivClassName
{
background-color: #4469FB;
}
.BgClassName
{
background-color: #4469FB;
}
</style>
border-color css
<style>
span { border-color: #4469FB; }
span { border-color: rgb(68,105,251); }
td.TdClassName
{
border-color: #4469FB;
}
.TagClassName
{
border-color: #4469FB;
}
</style>