Shades of Cerulean #04799A
Tints of Cerulean #04799A
RGB
CMYK
RGB Variations
Color information
#04799A (or 0x04799A) is known color: Cerulean. HEX triplet: 04, 79 and 9A. RGB value is (4,121,154). Sum of RGB (Red+Green+Blue) = 4+121+154=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #04799A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04799A is #FB8665. Grayscale: #595959. Windows color (decimal): -16483942 or 10123524. OLE color: 10123524.
HSL color Cylindrical-coordinate representation of color #04799A: hue angle of 193.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 #04799A is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 121 | 154 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.40 |
| HSL | 193.2º | 0.95% | 0.31% | - |
| HSV(B) | 193.2º | 0.97% | 0.6% | - |
| XYZ | 12.72 | 16.03 | 33 | - |
| YUV | 89.78 | 164.24 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 121 | 154 | 0.97 | 0.21 | 0 | 0.40 | 193.2 | 0.95 | 0.31 |
| Hex | 4 | 79 | 9A | 61 | 15 | 0 | 28 | C1 | 5F | 1F |
| Octal | 4 | 171 | 232 | 141 | 25 | 0 | 50 | 301 | 137 | 37 |
| Binary | 100 | 1111001 | 10011010 | 1100001 | 10101 | 0 | 101000 | 11000001 | 1011111 | 11111 |
Color Harmonies of #04799A
Complementary color
Monochromatic Colors of #04799A
Black with #04799A
Text Example
Text Example
White with #04799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04799A; }
p { color: rgb(4,121,154); }
H1.HeaderClassName
{
color: #04799A;
}
.AnyTagClassName
{
color: #04799A;
}
</style>
background-color css
<style>
a { background-color: #04799A; }
a { background-color: rgb(4,121,154); }
div.DivClassName
{
background-color: #04799A;
}
.BgClassName
{
background-color: #04799A;
}
</style>
border-color css
<style>
span { border-color: #04799A; }
span { border-color: rgb(4,121,154); }
td.TdClassName
{
border-color: #04799A;
}
.TagClassName
{
border-color: #04799A;
}
</style>