Shades of Royal Blue #4466CF
Tints of Royal Blue #4466CF
RGB
CMYK
RGB Variations
Color information
#4466CF (or 0x4466CF) is known color: Royal Blue. HEX triplet: 44, 66 and CF. RGB value is (68,102,207). Sum of RGB (Red+Green+Blue) = 68+102+207=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #4466CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4466CF is #BB9930. Grayscale: #676767. Windows color (decimal): -12294449 or 13592132. OLE color: 13592132.
HSL color Cylindrical-coordinate representation of color #4466CF: hue angle of 225.32º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4466CF is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 102 | 207 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.19 |
| HSL | 225.32º | 0.59% | 0.54% | - |
| HSV(B) | 225.32º | 0.67% | 0.81% | - |
| XYZ | 18.4 | 15.24 | 61 | - |
| YUV | 103.8 | 186.24 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 102 | 207 | 0.67 | 0.51 | 0 | 0.19 | 225.32 | 0.59 | 0.54 |
| Hex | 44 | 66 | CF | 43 | 33 | 0 | 13 | E1 | 3B | 36 |
| Octal | 104 | 146 | 317 | 103 | 63 | 0 | 23 | 341 | 73 | 66 |
| Binary | 1000100 | 1100110 | 11001111 | 1000011 | 110011 | 0 | 10011 | 11100001 | 111011 | 110110 |
Color Harmonies of #4466CF
Complementary color
Monochromatic Colors of #4466CF
Black with #4466CF
Text Example
Text Example
White with #4466CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4466CF; }
p { color: rgb(68,102,207); }
H1.HeaderClassName
{
color: #4466CF;
}
.AnyTagClassName
{
color: #4466CF;
}
</style>
background-color css
<style>
a { background-color: #4466CF; }
a { background-color: rgb(68,102,207); }
div.DivClassName
{
background-color: #4466CF;
}
.BgClassName
{
background-color: #4466CF;
}
</style>
border-color css
<style>
span { border-color: #4466CF; }
span { border-color: rgb(68,102,207); }
td.TdClassName
{
border-color: #4466CF;
}
.TagClassName
{
border-color: #4466CF;
}
</style>