Shades of Navy Blue #0466F4
Tints of Navy Blue #0466F4
RGB
CMYK
RGB Variations
Color information
#0466F4 (or 0x0466F4) is known color: Navy Blue. HEX triplet: 04, 66 and F4. RGB value is (4,102,244). Sum of RGB (Red+Green+Blue) = 4+102+244=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 244 (95.70% from 255 or 69.71% from 350); Max value from RGB is 244 - color contains mainly: blue. Hex color #0466F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0466F4 is #FB990B. Grayscale: #585858. Windows color (decimal): -16488716 or 16016900. OLE color: 16016900.
HSL color Cylindrical-coordinate representation of color #0466F4: hue angle of 215.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0466F4 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 102 | 244 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.04 |
| HSL | 215.5º | 0.97% | 0.49% | - |
| HSV(B) | 215.5º | 0.98% | 0.96% | - |
| XYZ | 21.13 | 16.06 | 87.57 | - |
| YUV | 88.89 | 215.53 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 244 | 0.98 | 0.58 | 0 | 0.04 | 215.5 | 0.97 | 0.49 |
| Hex | 4 | 66 | F4 | 62 | 3A | 0 | 4 | D8 | 61 | 31 |
| Octal | 4 | 146 | 364 | 142 | 72 | 0 | 4 | 330 | 141 | 61 |
| Binary | 100 | 1100110 | 11110100 | 1100010 | 111010 | 0 | 100 | 11011000 | 1100001 | 110001 |
Color Harmonies of #0466F4
Complementary color
Monochromatic Colors of #0466F4
Black with #0466F4
Text Example
Text Example
White with #0466F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0466F4; }
p { color: rgb(4,102,244); }
H1.HeaderClassName
{
color: #0466F4;
}
.AnyTagClassName
{
color: #0466F4;
}
</style>
background-color css
<style>
a { background-color: #0466F4; }
a { background-color: rgb(4,102,244); }
div.DivClassName
{
background-color: #0466F4;
}
.BgClassName
{
background-color: #0466F4;
}
</style>
border-color css
<style>
span { border-color: #0466F4; }
span { border-color: rgb(4,102,244); }
td.TdClassName
{
border-color: #0466F4;
}
.TagClassName
{
border-color: #0466F4;
}
</style>