Shades of Royal Blue #446BCC
Tints of Royal Blue #446BCC
RGB
CMYK
RGB Variations
Color information
#446BCC (or 0x446BCC) is known color: Royal Blue. HEX triplet: 44, 6B and CC. RGB value is (68,107,204). Sum of RGB (Red+Green+Blue) = 68+107+204=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #446BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BCC is #BB9433. Grayscale: #696969. Windows color (decimal): -12293172 or 13396804. OLE color: 13396804.
HSL color Cylindrical-coordinate representation of color #446BCC: hue angle of 222.79º degrees, saturation: 0.57, 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 #446BCC is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 107 | 204 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.2 |
| HSL | 222.79º | 0.57% | 0.53% | - |
| HSV(B) | 222.79º | 0.67% | 0.8% | - |
| XYZ | 18.54 | 16.1 | 59.26 | - |
| YUV | 106.4 | 183.08 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 204 | 0.67 | 0.48 | 0 | 0.2 | 222.79 | 0.57 | 0.53 |
| Hex | 44 | 6B | CC | 43 | 30 | 0 | 14 | DF | 39 | 35 |
| Octal | 104 | 153 | 314 | 103 | 60 | 0 | 24 | 337 | 71 | 65 |
| Binary | 1000100 | 1101011 | 11001100 | 1000011 | 110000 | 0 | 10100 | 11011111 | 111001 | 110101 |
Color Harmonies of #446BCC
Complementary color
Monochromatic Colors of #446BCC
Black with #446BCC
Text Example
Text Example
White with #446BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BCC; }
p { color: rgb(68,107,204); }
H1.HeaderClassName
{
color: #446BCC;
}
.AnyTagClassName
{
color: #446BCC;
}
</style>
background-color css
<style>
a { background-color: #446BCC; }
a { background-color: rgb(68,107,204); }
div.DivClassName
{
background-color: #446BCC;
}
.BgClassName
{
background-color: #446BCC;
}
</style>
border-color css
<style>
span { border-color: #446BCC; }
span { border-color: rgb(68,107,204); }
td.TdClassName
{
border-color: #446BCC;
}
.TagClassName
{
border-color: #446BCC;
}
</style>