Shades of Royal Blue #446DCB
Tints of Royal Blue #446DCB
RGB
CMYK
RGB Variations
Color information
#446DCB (or 0x446DCB) is known color: Royal Blue. HEX triplet: 44, 6D and CB. RGB value is (68,109,203). Sum of RGB (Red+Green+Blue) = 68+109+203=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #446DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DCB is #BB9234. Grayscale: #6B6B6B. Windows color (decimal): -12292661 or 13331780. OLE color: 13331780.
HSL color Cylindrical-coordinate representation of color #446DCB: hue angle of 221.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #446DCB is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 109 | 203 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.20 |
| HSL | 221.78º | 0.56% | 0.53% | - |
| HSV(B) | 221.78º | 0.67% | 0.8% | - |
| XYZ | 18.63 | 16.48 | 58.7 | - |
| YUV | 107.46 | 181.92 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 203 | 0.67 | 0.46 | 0 | 0.20 | 221.78 | 0.56 | 0.53 |
| Hex | 44 | 6D | CB | 43 | 2E | 0 | 14 | DE | 38 | 35 |
| Octal | 104 | 155 | 313 | 103 | 56 | 0 | 24 | 336 | 70 | 65 |
| Binary | 1000100 | 1101101 | 11001011 | 1000011 | 101110 | 0 | 10100 | 11011110 | 111000 | 110101 |
Color Harmonies of #446DCB
Complementary color
Monochromatic Colors of #446DCB
Black with #446DCB
Text Example
Text Example
White with #446DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DCB; }
p { color: rgb(68,109,203); }
H1.HeaderClassName
{
color: #446DCB;
}
.AnyTagClassName
{
color: #446DCB;
}
</style>
background-color css
<style>
a { background-color: #446DCB; }
a { background-color: rgb(68,109,203); }
div.DivClassName
{
background-color: #446DCB;
}
.BgClassName
{
background-color: #446DCB;
}
</style>
border-color css
<style>
span { border-color: #446DCB; }
span { border-color: rgb(68,109,203); }
td.TdClassName
{
border-color: #446DCB;
}
.TagClassName
{
border-color: #446DCB;
}
</style>