Shades of Dark Cerulean #044794
Tints of Dark Cerulean #044794
RGB
CMYK
RGB Variations
Color information
#044794 (or 0x044794) is known color: Dark Cerulean. HEX triplet: 04, 47 and 94. RGB value is (4,71,148). Sum of RGB (Red+Green+Blue) = 4+71+148=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #044794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044794 is #FBB86B. Grayscale: #3B3B3B. Windows color (decimal): -16496748 or 9717508. OLE color: 9717508.
HSL color Cylindrical-coordinate representation of color #044794: hue angle of 212.08º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044794 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 71 | 148 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.42 |
| HSL | 212.08º | 0.95% | 0.3% | - |
| HSV(B) | 212.08º | 0.97% | 0.58% | - |
| XYZ | 7.65 | 6.67 | 28.9 | - |
| YUV | 59.75 | 177.8 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 148 | 0.97 | 0.52 | 0 | 0.42 | 212.08 | 0.95 | 0.3 |
| Hex | 4 | 47 | 94 | 61 | 34 | 0 | 2A | D4 | 5F | 1E |
| Octal | 4 | 107 | 224 | 141 | 64 | 0 | 52 | 324 | 137 | 36 |
| Binary | 100 | 1000111 | 10010100 | 1100001 | 110100 | 0 | 101010 | 11010100 | 1011111 | 11110 |
Color Harmonies of #044794
Complementary color
Monochromatic Colors of #044794
Black with #044794
Text Example
Text Example
White with #044794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044794; }
p { color: rgb(4,71,148); }
H1.HeaderClassName
{
color: #044794;
}
.AnyTagClassName
{
color: #044794;
}
</style>
background-color css
<style>
a { background-color: #044794; }
a { background-color: rgb(4,71,148); }
div.DivClassName
{
background-color: #044794;
}
.BgClassName
{
background-color: #044794;
}
</style>
border-color css
<style>
span { border-color: #044794; }
span { border-color: rgb(4,71,148); }
td.TdClassName
{
border-color: #044794;
}
.TagClassName
{
border-color: #044794;
}
</style>