Shades of Cerulean #0478B7
Tints of Cerulean #0478B7
RGB
CMYK
RGB Variations
Color information
#0478B7 (or 0x0478B7) is known color: Cerulean. HEX triplet: 04, 78 and B7. RGB value is (4,120,183). Sum of RGB (Red+Green+Blue) = 4+120+183=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 183 (71.88% from 255 or 59.61% from 307); Max value from RGB is 183 - color contains mainly: blue. Hex color #0478B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0478B7 is #FB8748. Grayscale: #5C5C5C. Windows color (decimal): -16484169 or 12023812. OLE color: 12023812.
HSL color Cylindrical-coordinate representation of color #0478B7: hue angle of 201.12º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0478B7 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 120 | 183 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.28 |
| HSL | 201.12º | 0.96% | 0.37% | - |
| HSV(B) | 201.12º | 0.98% | 0.72% | - |
| XYZ | 15.31 | 16.88 | 47.25 | - |
| YUV | 92.5 | 179.07 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 120 | 183 | 0.98 | 0.34 | 0 | 0.28 | 201.12 | 0.96 | 0.37 |
| Hex | 4 | 78 | B7 | 62 | 22 | 0 | 1C | C9 | 60 | 25 |
| Octal | 4 | 170 | 267 | 142 | 42 | 0 | 34 | 311 | 140 | 45 |
| Binary | 100 | 1111000 | 10110111 | 1100010 | 100010 | 0 | 11100 | 11001001 | 1100000 | 100101 |
Color Harmonies of #0478B7
Complementary color
Monochromatic Colors of #0478B7
Black with #0478B7
Text Example
Text Example
White with #0478B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0478B7; }
p { color: rgb(4,120,183); }
H1.HeaderClassName
{
color: #0478B7;
}
.AnyTagClassName
{
color: #0478B7;
}
</style>
background-color css
<style>
a { background-color: #0478B7; }
a { background-color: rgb(4,120,183); }
div.DivClassName
{
background-color: #0478B7;
}
.BgClassName
{
background-color: #0478B7;
}
</style>
border-color css
<style>
span { border-color: #0478B7; }
span { border-color: rgb(4,120,183); }
td.TdClassName
{
border-color: #0478B7;
}
.TagClassName
{
border-color: #0478B7;
}
</style>