Shades of Navy Blue #046DC4
Tints of Navy Blue #046DC4
RGB
CMYK
RGB Variations
Color information
#046DC4 (or 0x046DC4) is known color: Navy Blue. HEX triplet: 04, 6D and C4. RGB value is (4,109,196). Sum of RGB (Red+Green+Blue) = 4+109+196=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 196 (76.95% from 255 or 63.43% from 309); Max value from RGB is 196 - color contains mainly: blue. Hex color #046DC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DC4 is #FB923B. Grayscale: #575757. Windows color (decimal): -16486972 or 12872964. OLE color: 12872964.
HSL color Cylindrical-coordinate representation of color #046DC4: hue angle of 207.19º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046DC4 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 109 | 196 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.23 |
| HSL | 207.19º | 0.96% | 0.39% | - |
| HSV(B) | 207.19º | 0.98% | 0.77% | - |
| XYZ | 15.48 | 14.95 | 54.29 | - |
| YUV | 87.52 | 189.21 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 196 | 0.98 | 0.44 | 0 | 0.23 | 207.19 | 0.96 | 0.39 |
| Hex | 4 | 6D | C4 | 62 | 2C | 0 | 17 | CF | 60 | 27 |
| Octal | 4 | 155 | 304 | 142 | 54 | 0 | 27 | 317 | 140 | 47 |
| Binary | 100 | 1101101 | 11000100 | 1100010 | 101100 | 0 | 10111 | 11001111 | 1100000 | 100111 |
Color Harmonies of #046DC4
Complementary color
Monochromatic Colors of #046DC4
Black with #046DC4
Text Example
Text Example
White with #046DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046DC4; }
p { color: rgb(4,109,196); }
H1.HeaderClassName
{
color: #046DC4;
}
.AnyTagClassName
{
color: #046DC4;
}
</style>
background-color css
<style>
a { background-color: #046DC4; }
a { background-color: rgb(4,109,196); }
div.DivClassName
{
background-color: #046DC4;
}
.BgClassName
{
background-color: #046DC4;
}
</style>
border-color css
<style>
span { border-color: #046DC4; }
span { border-color: rgb(4,109,196); }
td.TdClassName
{
border-color: #046DC4;
}
.TagClassName
{
border-color: #046DC4;
}
</style>