Shades of Cerulean #0478AC
Tints of Cerulean #0478AC
RGB
CMYK
RGB Variations
Color information
#0478AC (or 0x0478AC) is known color: Cerulean. HEX triplet: 04, 78 and AC. RGB value is (4,120,172). Sum of RGB (Red+Green+Blue) = 4+120+172=296 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #0478AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0478AC is #FB8753. Grayscale: #5A5A5A. Windows color (decimal): -16484180 or 11302916. OLE color: 11302916.
HSL color Cylindrical-coordinate representation of color #0478AC: hue angle of 198.57º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0478AC is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 120 | 172 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.33 |
| HSL | 198.57º | 0.95% | 0.35% | - |
| HSV(B) | 198.57º | 0.98% | 0.67% | - |
| XYZ | 14.21 | 16.44 | 41.45 | - |
| YUV | 91.24 | 173.57 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 120 | 172 | 0.98 | 0.30 | 0 | 0.33 | 198.57 | 0.95 | 0.35 |
| Hex | 4 | 78 | AC | 62 | 1E | 0 | 21 | C7 | 5F | 23 |
| Octal | 4 | 170 | 254 | 142 | 36 | 0 | 41 | 307 | 137 | 43 |
| Binary | 100 | 1111000 | 10101100 | 1100010 | 11110 | 0 | 100001 | 11000111 | 1011111 | 100011 |
Color Harmonies of #0478AC
Complementary color
Monochromatic Colors of #0478AC
Black with #0478AC
Text Example
Text Example
White with #0478AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0478AC; }
p { color: rgb(4,120,172); }
H1.HeaderClassName
{
color: #0478AC;
}
.AnyTagClassName
{
color: #0478AC;
}
</style>
background-color css
<style>
a { background-color: #0478AC; }
a { background-color: rgb(4,120,172); }
div.DivClassName
{
background-color: #0478AC;
}
.BgClassName
{
background-color: #0478AC;
}
</style>
border-color css
<style>
span { border-color: #0478AC; }
span { border-color: rgb(4,120,172); }
td.TdClassName
{
border-color: #0478AC;
}
.TagClassName
{
border-color: #0478AC;
}
</style>