Shades of Royal Blue #446DC8
Tints of Royal Blue #446DC8
RGB
CMYK
RGB Variations
Color information
#446DC8 (or 0x446DC8) is known color: Royal Blue. HEX triplet: 44, 6D and C8. RGB value is (68,109,200). Sum of RGB (Red+Green+Blue) = 68+109+200=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 200 (78.52% from 255 or 53.05% from 377); Max value from RGB is 200 - color contains mainly: blue. Hex color #446DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DC8 is #BB9237. Grayscale: #6A6A6A. Windows color (decimal): -12292664 or 13135172. OLE color: 13135172.
HSL color Cylindrical-coordinate representation of color #446DC8: hue angle of 221.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #446DC8 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 109 | 200 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.22 |
| HSL | 221.36º | 0.55% | 0.53% | - |
| HSV(B) | 221.36º | 0.66% | 0.78% | - |
| XYZ | 18.28 | 16.34 | 56.83 | - |
| YUV | 107.12 | 180.42 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 200 | 0.66 | 0.46 | 0 | 0.22 | 221.36 | 0.55 | 0.53 |
| Hex | 44 | 6D | C8 | 42 | 2E | 0 | 16 | DD | 37 | 35 |
| Octal | 104 | 155 | 310 | 102 | 56 | 0 | 26 | 335 | 67 | 65 |
| Binary | 1000100 | 1101101 | 11001000 | 1000010 | 101110 | 0 | 10110 | 11011101 | 110111 | 110101 |
Color Harmonies of #446DC8
Complementary color
Monochromatic Colors of #446DC8
Black with #446DC8
Text Example
Text Example
White with #446DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DC8; }
p { color: rgb(68,109,200); }
H1.HeaderClassName
{
color: #446DC8;
}
.AnyTagClassName
{
color: #446DC8;
}
</style>
background-color css
<style>
a { background-color: #446DC8; }
a { background-color: rgb(68,109,200); }
div.DivClassName
{
background-color: #446DC8;
}
.BgClassName
{
background-color: #446DC8;
}
</style>
border-color css
<style>
span { border-color: #446DC8; }
span { border-color: rgb(68,109,200); }
td.TdClassName
{
border-color: #446DC8;
}
.TagClassName
{
border-color: #446DC8;
}
</style>