Shades of Navy Blue #046FDC
Tints of Navy Blue #046FDC
RGB
CMYK
RGB Variations
Color information
#046FDC (or 0x046FDC) is known color: Navy Blue. HEX triplet: 04, 6F and DC. RGB value is (4,111,220). Sum of RGB (Red+Green+Blue) = 4+111+220=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #046FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FDC is #FB9023. Grayscale: #5A5A5A. Windows color (decimal): -16486436 or 14446340. OLE color: 14446340.
HSL color Cylindrical-coordinate representation of color #046FDC: hue angle of 210.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FDC is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 111 | 220 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.14 |
| HSL | 210.28º | 0.96% | 0.44% | - |
| HSV(B) | 210.28º | 0.98% | 0.86% | - |
| XYZ | 18.65 | 16.56 | 69.92 | - |
| YUV | 91.43 | 200.55 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 220 | 0.98 | 0.50 | 0 | 0.14 | 210.28 | 0.96 | 0.44 |
| Hex | 4 | 6F | DC | 62 | 32 | 0 | E | D2 | 60 | 2C |
| Octal | 4 | 157 | 334 | 142 | 62 | 0 | 16 | 322 | 140 | 54 |
| Binary | 100 | 1101111 | 11011100 | 1100010 | 110010 | 0 | 1110 | 11010010 | 1100000 | 101100 |
Color Harmonies of #046FDC
Complementary color
Monochromatic Colors of #046FDC
Black with #046FDC
Text Example
Text Example
White with #046FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FDC; }
p { color: rgb(4,111,220); }
H1.HeaderClassName
{
color: #046FDC;
}
.AnyTagClassName
{
color: #046FDC;
}
</style>
background-color css
<style>
a { background-color: #046FDC; }
a { background-color: rgb(4,111,220); }
div.DivClassName
{
background-color: #046FDC;
}
.BgClassName
{
background-color: #046FDC;
}
</style>
border-color css
<style>
span { border-color: #046FDC; }
span { border-color: rgb(4,111,220); }
td.TdClassName
{
border-color: #046FDC;
}
.TagClassName
{
border-color: #046FDC;
}
</style>