Shades of Cerulean #047698
Tints of Cerulean #047698
RGB
CMYK
RGB Variations
Color information
#047698 (or 0x047698) is known color: Cerulean. HEX triplet: 04, 76 and 98. RGB value is (4,118,152). Sum of RGB (Red+Green+Blue) = 4+118+152=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #047698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047698 is #FB8967. Grayscale: #575757. Windows color (decimal): -16484712 or 9991684. OLE color: 9991684.
HSL color Cylindrical-coordinate representation of color #047698: hue angle of 193.78º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047698 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 118 | 152 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.40 |
| HSL | 193.78º | 0.95% | 0.31% | - |
| HSV(B) | 193.78º | 0.97% | 0.6% | - |
| XYZ | 12.2 | 15.25 | 32.01 | - |
| YUV | 87.79 | 164.23 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 152 | 0.97 | 0.22 | 0 | 0.40 | 193.78 | 0.95 | 0.31 |
| Hex | 4 | 76 | 98 | 61 | 16 | 0 | 28 | C2 | 5F | 1F |
| Octal | 4 | 166 | 230 | 141 | 26 | 0 | 50 | 302 | 137 | 37 |
| Binary | 100 | 1110110 | 10011000 | 1100001 | 10110 | 0 | 101000 | 11000010 | 1011111 | 11111 |
Color Harmonies of #047698
Complementary color
Monochromatic Colors of #047698
Black with #047698
Text Example
Text Example
White with #047698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047698; }
p { color: rgb(4,118,152); }
H1.HeaderClassName
{
color: #047698;
}
.AnyTagClassName
{
color: #047698;
}
</style>
background-color css
<style>
a { background-color: #047698; }
a { background-color: rgb(4,118,152); }
div.DivClassName
{
background-color: #047698;
}
.BgClassName
{
background-color: #047698;
}
</style>
border-color css
<style>
span { border-color: #047698; }
span { border-color: rgb(4,118,152); }
td.TdClassName
{
border-color: #047698;
}
.TagClassName
{
border-color: #047698;
}
</style>