Shades of Cerulean #0478AB
Tints of Cerulean #0478AB
RGB
CMYK
RGB Variations
Color information
#0478AB (or 0x0478AB) is known color: Cerulean. HEX triplet: 04, 78 and AB. RGB value is (4,120,171). Sum of RGB (Red+Green+Blue) = 4+120+171=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #0478AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0478AB is #FB8754. Grayscale: #5A5A5A. Windows color (decimal): -16484181 or 11237380. OLE color: 11237380.
HSL color Cylindrical-coordinate representation of color #0478AB: hue angle of 198.32º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0478AB is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 120 | 171 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.33 |
| HSL | 198.32º | 0.95% | 0.34% | - |
| HSV(B) | 198.32º | 0.98% | 0.67% | - |
| XYZ | 14.12 | 16.4 | 40.95 | - |
| YUV | 91.13 | 173.07 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 120 | 171 | 0.98 | 0.30 | 0 | 0.33 | 198.32 | 0.95 | 0.34 |
| Hex | 4 | 78 | AB | 62 | 1E | 0 | 21 | C6 | 5F | 22 |
| Octal | 4 | 170 | 253 | 142 | 36 | 0 | 41 | 306 | 137 | 42 |
| Binary | 100 | 1111000 | 10101011 | 1100010 | 11110 | 0 | 100001 | 11000110 | 1011111 | 100010 |
Color Harmonies of #0478AB
Complementary color
Monochromatic Colors of #0478AB
Black with #0478AB
Text Example
Text Example
White with #0478AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0478AB; }
p { color: rgb(4,120,171); }
H1.HeaderClassName
{
color: #0478AB;
}
.AnyTagClassName
{
color: #0478AB;
}
</style>
background-color css
<style>
a { background-color: #0478AB; }
a { background-color: rgb(4,120,171); }
div.DivClassName
{
background-color: #0478AB;
}
.BgClassName
{
background-color: #0478AB;
}
</style>
border-color css
<style>
span { border-color: #0478AB; }
span { border-color: rgb(4,120,171); }
td.TdClassName
{
border-color: #0478AB;
}
.TagClassName
{
border-color: #0478AB;
}
</style>