Shades of Royal Blue #446BD1
Tints of Royal Blue #446BD1
RGB
CMYK
RGB Variations
Color information
#446BD1 (or 0x446BD1) is known color: Royal Blue. HEX triplet: 44, 6B and D1. RGB value is (68,107,209). Sum of RGB (Red+Green+Blue) = 68+107+209=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #446BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BD1 is #BB942E. Grayscale: #6A6A6A. Windows color (decimal): -12293167 or 13724484. OLE color: 13724484.
HSL color Cylindrical-coordinate representation of color #446BD1: hue angle of 223.4º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #446BD1 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 107 | 209 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.18 |
| HSL | 223.4º | 0.61% | 0.54% | - |
| HSV(B) | 223.4º | 0.67% | 0.82% | - |
| XYZ | 19.15 | 16.35 | 62.47 | - |
| YUV | 106.97 | 185.58 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 209 | 0.67 | 0.49 | 0 | 0.18 | 223.4 | 0.61 | 0.54 |
| Hex | 44 | 6B | D1 | 43 | 31 | 0 | 12 | DF | 3D | 36 |
| Octal | 104 | 153 | 321 | 103 | 61 | 0 | 22 | 337 | 75 | 66 |
| Binary | 1000100 | 1101011 | 11010001 | 1000011 | 110001 | 0 | 10010 | 11011111 | 111101 | 110110 |
Color Harmonies of #446BD1
Complementary color
Monochromatic Colors of #446BD1
Black with #446BD1
Text Example
Text Example
White with #446BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BD1; }
p { color: rgb(68,107,209); }
H1.HeaderClassName
{
color: #446BD1;
}
.AnyTagClassName
{
color: #446BD1;
}
</style>
background-color css
<style>
a { background-color: #446BD1; }
a { background-color: rgb(68,107,209); }
div.DivClassName
{
background-color: #446BD1;
}
.BgClassName
{
background-color: #446BD1;
}
</style>
border-color css
<style>
span { border-color: #446BD1; }
span { border-color: rgb(68,107,209); }
td.TdClassName
{
border-color: #446BD1;
}
.TagClassName
{
border-color: #446BD1;
}
</style>