Shades of Dark Cerulean #044A6C
Tints of Dark Cerulean #044A6C
RGB
CMYK
RGB Variations
Color information
#044A6C (or 0x044A6C) is known color: Dark Cerulean. HEX triplet: 04, 4A and 6C. RGB value is (4,74,108). Sum of RGB (Red+Green+Blue) = 4+74+108=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #044A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A6C is #FBB593. Grayscale: #383838. Windows color (decimal): -16496020 or 7096836. OLE color: 7096836.
HSL color Cylindrical-coordinate representation of color #044A6C: hue angle of 199.62º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044A6C is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 74 | 108 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.58 |
| HSL | 199.62º | 0.93% | 0.22% | - |
| HSV(B) | 199.62º | 0.96% | 0.42% | - |
| XYZ | 5.21 | 6.01 | 15.07 | - |
| YUV | 56.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 108 | 0.96 | 0.31 | 0 | 0.58 | 199.62 | 0.93 | 0.22 |
| Hex | 4 | 4A | 6C | 60 | 1F | 0 | 3A | C8 | 5D | 16 |
| Octal | 4 | 112 | 154 | 140 | 37 | 0 | 72 | 310 | 135 | 26 |
| Binary | 100 | 1001010 | 1101100 | 1100000 | 11111 | 0 | 111010 | 11001000 | 1011101 | 10110 |
Color Harmonies of #044A6C
Complementary color
Monochromatic Colors of #044A6C
Black with #044A6C
Text Example
Text Example
White with #044A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A6C; }
p { color: rgb(4,74,108); }
H1.HeaderClassName
{
color: #044A6C;
}
.AnyTagClassName
{
color: #044A6C;
}
</style>
background-color css
<style>
a { background-color: #044A6C; }
a { background-color: rgb(4,74,108); }
div.DivClassName
{
background-color: #044A6C;
}
.BgClassName
{
background-color: #044A6C;
}
</style>
border-color css
<style>
span { border-color: #044A6C; }
span { border-color: rgb(4,74,108); }
td.TdClassName
{
border-color: #044A6C;
}
.TagClassName
{
border-color: #044A6C;
}
</style>