Shades of Royal Blue #4066DA
Tints of Royal Blue #4066DA
RGB
CMYK
RGB Variations
Color information
#4066DA (or 0x4066DA) is known color: Royal Blue. HEX triplet: 40, 66 and DA. RGB value is (64,102,218). Sum of RGB (Red+Green+Blue) = 64+102+218=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #4066DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4066DA is #BF9925. Grayscale: #676767. Windows color (decimal): -12556582 or 14313024. OLE color: 14313024.
HSL color Cylindrical-coordinate representation of color #4066DA: hue angle of 225.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4066DA is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 102 | 218 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.15 |
| HSL | 225.19º | 0.68% | 0.55% | - |
| HSV(B) | 225.19º | 0.71% | 0.85% | - |
| XYZ | 19.52 | 15.65 | 68.32 | - |
| YUV | 103.86 | 192.41 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 218 | 0.71 | 0.53 | 0 | 0.15 | 225.19 | 0.68 | 0.55 |
| Hex | 40 | 66 | DA | 47 | 35 | 0 | F | E1 | 44 | 37 |
| Octal | 100 | 146 | 332 | 107 | 65 | 0 | 17 | 341 | 104 | 67 |
| Binary | 1000000 | 1100110 | 11011010 | 1000111 | 110101 | 0 | 1111 | 11100001 | 1000100 | 110111 |
Color Harmonies of #4066DA
Complementary color
Monochromatic Colors of #4066DA
Black with #4066DA
Text Example
Text Example
White with #4066DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4066DA; }
p { color: rgb(64,102,218); }
H1.HeaderClassName
{
color: #4066DA;
}
.AnyTagClassName
{
color: #4066DA;
}
</style>
background-color css
<style>
a { background-color: #4066DA; }
a { background-color: rgb(64,102,218); }
div.DivClassName
{
background-color: #4066DA;
}
.BgClassName
{
background-color: #4066DA;
}
</style>
border-color css
<style>
span { border-color: #4066DA; }
span { border-color: rgb(64,102,218); }
td.TdClassName
{
border-color: #4066DA;
}
.TagClassName
{
border-color: #4066DA;
}
</style>