Shades of Royal Blue #446AF3
Tints of Royal Blue #446AF3
RGB
CMYK
RGB Variations
Color information
#446AF3 (or 0x446AF3) is known color: Royal Blue. HEX triplet: 44, 6A and F3. RGB value is (68,106,243). Sum of RGB (Red+Green+Blue) = 68+106+243=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #446AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446AF3 is #BB950C. Grayscale: #6D6D6D. Windows color (decimal): -12293389 or 15952452. OLE color: 15952452.
HSL color Cylindrical-coordinate representation of color #446AF3: hue angle of 226.97º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #446AF3 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 106 | 243 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.05 |
| HSL | 226.97º | 0.88% | 0.61% | - |
| HSV(B) | 226.97º | 0.72% | 0.95% | - |
| XYZ | 23.72 | 18.01 | 87.02 | - |
| YUV | 110.26 | 202.91 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 243 | 0.72 | 0.56 | 0 | 0.05 | 226.97 | 0.88 | 0.61 |
| Hex | 44 | 6A | F3 | 48 | 38 | 0 | 5 | E3 | 58 | 3D |
| Octal | 104 | 152 | 363 | 110 | 70 | 0 | 5 | 343 | 130 | 75 |
| Binary | 1000100 | 1101010 | 11110011 | 1001000 | 111000 | 0 | 101 | 11100011 | 1011000 | 111101 |
Color Harmonies of #446AF3
Complementary color
Monochromatic Colors of #446AF3
Black with #446AF3
Text Example
Text Example
White with #446AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446AF3; }
p { color: rgb(68,106,243); }
H1.HeaderClassName
{
color: #446AF3;
}
.AnyTagClassName
{
color: #446AF3;
}
</style>
background-color css
<style>
a { background-color: #446AF3; }
a { background-color: rgb(68,106,243); }
div.DivClassName
{
background-color: #446AF3;
}
.BgClassName
{
background-color: #446AF3;
}
</style>
border-color css
<style>
span { border-color: #446AF3; }
span { border-color: rgb(68,106,243); }
td.TdClassName
{
border-color: #446AF3;
}
.TagClassName
{
border-color: #446AF3;
}
</style>