Shades of Navy Blue #046FC4
Tints of Navy Blue #046FC4
RGB
CMYK
RGB Variations
Color information
#046FC4 (or 0x046FC4) is known color: Navy Blue. HEX triplet: 04, 6F and C4. RGB value is (4,111,196). Sum of RGB (Red+Green+Blue) = 4+111+196=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 196 (76.95% from 255 or 63.02% from 311); Max value from RGB is 196 - color contains mainly: blue. Hex color #046FC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FC4 is #FB903B. Grayscale: #585858. Windows color (decimal): -16486460 or 12873476. OLE color: 12873476.
HSL color Cylindrical-coordinate representation of color #046FC4: hue angle of 206.56º 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 #046FC4 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 111 | 196 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.23 |
| HSL | 206.56º | 0.96% | 0.39% | - |
| HSV(B) | 206.56º | 0.98% | 0.77% | - |
| XYZ | 15.7 | 15.38 | 54.37 | - |
| YUV | 88.7 | 188.55 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 196 | 0.98 | 0.43 | 0 | 0.23 | 206.56 | 0.96 | 0.39 |
| Hex | 4 | 6F | C4 | 62 | 2B | 0 | 17 | CF | 60 | 27 |
| Octal | 4 | 157 | 304 | 142 | 53 | 0 | 27 | 317 | 140 | 47 |
| Binary | 100 | 1101111 | 11000100 | 1100010 | 101011 | 0 | 10111 | 11001111 | 1100000 | 100111 |
Color Harmonies of #046FC4
Complementary color
Monochromatic Colors of #046FC4
Black with #046FC4
Text Example
Text Example
White with #046FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FC4; }
p { color: rgb(4,111,196); }
H1.HeaderClassName
{
color: #046FC4;
}
.AnyTagClassName
{
color: #046FC4;
}
</style>
background-color css
<style>
a { background-color: #046FC4; }
a { background-color: rgb(4,111,196); }
div.DivClassName
{
background-color: #046FC4;
}
.BgClassName
{
background-color: #046FC4;
}
</style>
border-color css
<style>
span { border-color: #046FC4; }
span { border-color: rgb(4,111,196); }
td.TdClassName
{
border-color: #046FC4;
}
.TagClassName
{
border-color: #046FC4;
}
</style>