Shades of Navy Blue #046FC6
Tints of Navy Blue #046FC6
RGB
CMYK
RGB Variations
Color information
#046FC6 (or 0x046FC6) is known color: Navy Blue. HEX triplet: 04, 6F and C6. RGB value is (4,111,198). Sum of RGB (Red+Green+Blue) = 4+111+198=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 198 (77.73% from 255 or 63.26% from 313); Max value from RGB is 198 - color contains mainly: blue. Hex color #046FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FC6 is #FB9039. Grayscale: #585858. Windows color (decimal): -16486458 or 13004548. OLE color: 13004548.
HSL color Cylindrical-coordinate representation of color #046FC6: hue angle of 206.91º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FC6 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 111 | 198 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.22 |
| HSL | 206.91º | 0.96% | 0.4% | - |
| HSV(B) | 206.91º | 0.98% | 0.78% | - |
| XYZ | 15.93 | 15.47 | 55.57 | - |
| YUV | 88.93 | 189.55 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 198 | 0.98 | 0.44 | 0 | 0.22 | 206.91 | 0.96 | 0.4 |
| Hex | 4 | 6F | C6 | 62 | 2C | 0 | 16 | CF | 60 | 28 |
| Octal | 4 | 157 | 306 | 142 | 54 | 0 | 26 | 317 | 140 | 50 |
| Binary | 100 | 1101111 | 11000110 | 1100010 | 101100 | 0 | 10110 | 11001111 | 1100000 | 101000 |
Color Harmonies of #046FC6
Complementary color
Monochromatic Colors of #046FC6
Black with #046FC6
Text Example
Text Example
White with #046FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FC6; }
p { color: rgb(4,111,198); }
H1.HeaderClassName
{
color: #046FC6;
}
.AnyTagClassName
{
color: #046FC6;
}
</style>
background-color css
<style>
a { background-color: #046FC6; }
a { background-color: rgb(4,111,198); }
div.DivClassName
{
background-color: #046FC6;
}
.BgClassName
{
background-color: #046FC6;
}
</style>
border-color css
<style>
span { border-color: #046FC6; }
span { border-color: rgb(4,111,198); }
td.TdClassName
{
border-color: #046FC6;
}
.TagClassName
{
border-color: #046FC6;
}
</style>