Shades of Royal Blue #4066CF
Tints of Royal Blue #4066CF
RGB
CMYK
RGB Variations
Color information
#4066CF (or 0x4066CF) is known color: Royal Blue. HEX triplet: 40, 66 and CF. RGB value is (64,102,207). Sum of RGB (Red+Green+Blue) = 64+102+207=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #4066CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4066CF is #BF9930. Grayscale: #666666. Windows color (decimal): -12556593 or 13592128. OLE color: 13592128.
HSL color Cylindrical-coordinate representation of color #4066CF: hue angle of 224.06º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4066CF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 102 | 207 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.19 |
| HSL | 224.06º | 0.6% | 0.53% | - |
| HSV(B) | 224.06º | 0.69% | 0.81% | - |
| XYZ | 18.13 | 15.1 | 60.99 | - |
| YUV | 102.61 | 186.91 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 207 | 0.69 | 0.51 | 0 | 0.19 | 224.06 | 0.6 | 0.53 |
| Hex | 40 | 66 | CF | 45 | 33 | 0 | 13 | E0 | 3C | 35 |
| Octal | 100 | 146 | 317 | 105 | 63 | 0 | 23 | 340 | 74 | 65 |
| Binary | 1000000 | 1100110 | 11001111 | 1000101 | 110011 | 0 | 10011 | 11100000 | 111100 | 110101 |
Color Harmonies of #4066CF
Complementary color
Monochromatic Colors of #4066CF
Black with #4066CF
Text Example
Text Example
White with #4066CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4066CF; }
p { color: rgb(64,102,207); }
H1.HeaderClassName
{
color: #4066CF;
}
.AnyTagClassName
{
color: #4066CF;
}
</style>
background-color css
<style>
a { background-color: #4066CF; }
a { background-color: rgb(64,102,207); }
div.DivClassName
{
background-color: #4066CF;
}
.BgClassName
{
background-color: #4066CF;
}
</style>
border-color css
<style>
span { border-color: #4066CF; }
span { border-color: rgb(64,102,207); }
td.TdClassName
{
border-color: #4066CF;
}
.TagClassName
{
border-color: #4066CF;
}
</style>