Shades of Royal Blue #446ECC
Tints of Royal Blue #446ECC
RGB
CMYK
RGB Variations
Color information
#446ECC (or 0x446ECC) is known color: Royal Blue. HEX triplet: 44, 6E and CC. RGB value is (68,110,204). Sum of RGB (Red+Green+Blue) = 68+110+204=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #446ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446ECC is #BB9133. Grayscale: #6B6B6B. Windows color (decimal): -12292404 or 13397572. OLE color: 13397572.
HSL color Cylindrical-coordinate representation of color #446ECC: hue angle of 221.47º 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 #446ECC is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 110 | 204 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.2 |
| HSL | 221.47º | 0.57% | 0.53% | - |
| HSV(B) | 221.47º | 0.67% | 0.8% | - |
| XYZ | 18.86 | 16.74 | 59.36 | - |
| YUV | 108.16 | 182.09 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 204 | 0.67 | 0.46 | 0 | 0.2 | 221.47 | 0.57 | 0.53 |
| Hex | 44 | 6E | CC | 43 | 2E | 0 | 14 | DD | 39 | 35 |
| Octal | 104 | 156 | 314 | 103 | 56 | 0 | 24 | 335 | 71 | 65 |
| Binary | 1000100 | 1101110 | 11001100 | 1000011 | 101110 | 0 | 10100 | 11011101 | 111001 | 110101 |
Color Harmonies of #446ECC
Complementary color
Monochromatic Colors of #446ECC
Black with #446ECC
Text Example
Text Example
White with #446ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446ECC; }
p { color: rgb(68,110,204); }
H1.HeaderClassName
{
color: #446ECC;
}
.AnyTagClassName
{
color: #446ECC;
}
</style>
background-color css
<style>
a { background-color: #446ECC; }
a { background-color: rgb(68,110,204); }
div.DivClassName
{
background-color: #446ECC;
}
.BgClassName
{
background-color: #446ECC;
}
</style>
border-color css
<style>
span { border-color: #446ECC; }
span { border-color: rgb(68,110,204); }
td.TdClassName
{
border-color: #446ECC;
}
.TagClassName
{
border-color: #446ECC;
}
</style>