Shades of Navy Blue #044FF6
Tints of Navy Blue #044FF6
RGB
CMYK
RGB Variations
Color information
#044FF6 (or 0x044FF6) is known color: Navy Blue. HEX triplet: 04, 4F and F6. RGB value is (4,79,246). Sum of RGB (Red+Green+Blue) = 4+79+246=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 246 (96.48% from 255 or 74.77% from 329); Max value from RGB is 246 - color contains mainly: blue. Hex color #044FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044FF6 is #FBB009. Grayscale: #4A4A4A. Windows color (decimal): -16494602 or 16142084. OLE color: 16142084.
HSL color Cylindrical-coordinate representation of color #044FF6: hue angle of 221.4º 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 #044FF6 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 79 | 246 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.04 |
| HSL | 221.41º | 0.97% | 0.49% | - |
| HSV(B) | 221.41º | 0.98% | 0.96% | - |
| XYZ | 19.48 | 12.27 | 88.53 | - |
| YUV | 75.61 | 224.15 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 246 | 0.98 | 0.68 | 0 | 0.04 | 221.41 | 0.97 | 0.49 |
| Hex | 4 | 4F | F6 | 62 | 44 | 0 | 4 | DD | 61 | 31 |
| Octal | 4 | 117 | 366 | 142 | 104 | 0 | 4 | 335 | 141 | 61 |
| Binary | 100 | 1001111 | 11110110 | 1100010 | 1000100 | 0 | 100 | 11011101 | 1100001 | 110001 |
Color Harmonies of #044FF6
Complementary color
Monochromatic Colors of #044FF6
Black with #044FF6
Text Example
Text Example
White with #044FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FF6; }
p { color: rgb(4,79,246); }
H1.HeaderClassName
{
color: #044FF6;
}
.AnyTagClassName
{
color: #044FF6;
}
</style>
background-color css
<style>
a { background-color: #044FF6; }
a { background-color: rgb(4,79,246); }
div.DivClassName
{
background-color: #044FF6;
}
.BgClassName
{
background-color: #044FF6;
}
</style>
border-color css
<style>
span { border-color: #044FF6; }
span { border-color: rgb(4,79,246); }
td.TdClassName
{
border-color: #044FF6;
}
.TagClassName
{
border-color: #044FF6;
}
</style>