Shades of Denim #044EC4
Tints of Denim #044EC4
RGB
CMYK
RGB Variations
Color information
#044EC4 (or 0x044EC4) is known color: Denim. HEX triplet: 04, 4E and C4. RGB value is (4,78,196). Sum of RGB (Red+Green+Blue) = 4+78+196=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 196 (76.95% from 255 or 70.50% from 278); Max value from RGB is 196 - color contains mainly: blue. Hex color #044EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EC4 is #FBB13B. Grayscale: #444444. Windows color (decimal): -16494908 or 12865028. OLE color: 12865028.
HSL color Cylindrical-coordinate representation of color #044EC4: hue angle of 216.88º 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 #044EC4 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 78 | 196 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.23 |
| HSL | 216.88º | 0.96% | 0.39% | - |
| HSV(B) | 216.88º | 0.98% | 0.77% | - |
| XYZ | 12.74 | 9.46 | 53.38 | - |
| YUV | 69.33 | 199.48 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 196 | 0.98 | 0.60 | 0 | 0.23 | 216.88 | 0.96 | 0.39 |
| Hex | 4 | 4E | C4 | 62 | 3C | 0 | 17 | D9 | 60 | 27 |
| Octal | 4 | 116 | 304 | 142 | 74 | 0 | 27 | 331 | 140 | 47 |
| Binary | 100 | 1001110 | 11000100 | 1100010 | 111100 | 0 | 10111 | 11011001 | 1100000 | 100111 |
Color Harmonies of #044EC4
Complementary color
Monochromatic Colors of #044EC4
Black with #044EC4
Text Example
Text Example
White with #044EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EC4; }
p { color: rgb(4,78,196); }
H1.HeaderClassName
{
color: #044EC4;
}
.AnyTagClassName
{
color: #044EC4;
}
</style>
background-color css
<style>
a { background-color: #044EC4; }
a { background-color: rgb(4,78,196); }
div.DivClassName
{
background-color: #044EC4;
}
.BgClassName
{
background-color: #044EC4;
}
</style>
border-color css
<style>
span { border-color: #044EC4; }
span { border-color: rgb(4,78,196); }
td.TdClassName
{
border-color: #044EC4;
}
.TagClassName
{
border-color: #044EC4;
}
</style>