Shades of Cerulean #04749A
Tints of Cerulean #04749A
RGB
CMYK
RGB Variations
Color information
#04749A (or 0x04749A) is known color: Cerulean. HEX triplet: 04, 74 and 9A. RGB value is (4,116,154). Sum of RGB (Red+Green+Blue) = 4+116+154=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #04749A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04749A is #FB8B65. Grayscale: #565656. Windows color (decimal): -16485222 or 10122244. OLE color: 10122244.
HSL color Cylindrical-coordinate representation of color #04749A: hue angle of 195.2º 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 #04749A is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 116 | 154 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.40 |
| HSL | 195.2º | 0.95% | 0.31% | - |
| HSV(B) | 195.2º | 0.97% | 0.6% | - |
| XYZ | 12.13 | 14.85 | 32.8 | - |
| YUV | 86.84 | 165.89 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 116 | 154 | 0.97 | 0.25 | 0 | 0.40 | 195.2 | 0.95 | 0.31 |
| Hex | 4 | 74 | 9A | 61 | 19 | 0 | 28 | C3 | 5F | 1F |
| Octal | 4 | 164 | 232 | 141 | 31 | 0 | 50 | 303 | 137 | 37 |
| Binary | 100 | 1110100 | 10011010 | 1100001 | 11001 | 0 | 101000 | 11000011 | 1011111 | 11111 |
Color Harmonies of #04749A
Complementary color
Monochromatic Colors of #04749A
Black with #04749A
Text Example
Text Example
White with #04749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04749A; }
p { color: rgb(4,116,154); }
H1.HeaderClassName
{
color: #04749A;
}
.AnyTagClassName
{
color: #04749A;
}
</style>
background-color css
<style>
a { background-color: #04749A; }
a { background-color: rgb(4,116,154); }
div.DivClassName
{
background-color: #04749A;
}
.BgClassName
{
background-color: #04749A;
}
</style>
border-color css
<style>
span { border-color: #04749A; }
span { border-color: rgb(4,116,154); }
td.TdClassName
{
border-color: #04749A;
}
.TagClassName
{
border-color: #04749A;
}
</style>