Shades of Navy Blue #004AFD
Tints of Navy Blue #004AFD
RGB
CMYK
RGB Variations
Color information
#004AFD (or 0x004AFD) is known color: Navy Blue. HEX triplet: 00, 4A and FD. RGB value is (0,74,253). Sum of RGB (Red+Green+Blue) = 0+74+253=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #004AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004AFD is #FFB502. Grayscale: #474747. Windows color (decimal): -16758019 or 16599552. OLE color: 16599552.
HSL color Cylindrical-coordinate representation of color #004AFD: hue angle of 222.45º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AFD is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 74 | 253 | - |
| CMYK | 1 | 0.71 | 0 | 0.01 |
| HSL | 222.45º | 1% | 0.5% | - |
| HSV(B) | 222.45º | 1% | 0.99% | - |
| XYZ | 20.18 | 11.99 | 94.18 | - |
| YUV | 72.28 | 229.98 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 253 | 1 | 0.71 | 0 | 0.01 | 222.45 | 1 | 0.5 |
| Hex | 0 | 4A | FD | 64 | 47 | 0 | 1 | DE | 64 | 32 |
| Octal | 0 | 112 | 375 | 144 | 107 | 0 | 1 | 336 | 144 | 62 |
| Binary | 0 | 1001010 | 11111101 | 1100100 | 1000111 | 0 | 1 | 11011110 | 1100100 | 110010 |
Color Harmonies of #004AFD
Complementary color
Monochromatic Colors of #004AFD
Black with #004AFD
Text Example
Text Example
White with #004AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004AFD; }
p { color: rgb(0,74,253); }
H1.HeaderClassName
{
color: #004AFD;
}
.AnyTagClassName
{
color: #004AFD;
}
</style>
background-color css
<style>
a { background-color: #004AFD; }
a { background-color: rgb(0,74,253); }
div.DivClassName
{
background-color: #004AFD;
}
.BgClassName
{
background-color: #004AFD;
}
</style>
border-color css
<style>
span { border-color: #004AFD; }
span { border-color: rgb(0,74,253); }
td.TdClassName
{
border-color: #004AFD;
}
.TagClassName
{
border-color: #004AFD;
}
</style>