Shades of Cerulean #0476BC
Tints of Cerulean #0476BC
RGB
CMYK
RGB Variations
Color information
#0476BC (or 0x0476BC) is known color: Cerulean. HEX triplet: 04, 76 and BC. RGB value is (4,118,188). Sum of RGB (Red+Green+Blue) = 4+118+188=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #0476BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0476BC is #FB8943. Grayscale: #5B5B5B. Windows color (decimal): -16484676 or 12350980. OLE color: 12350980.
HSL color Cylindrical-coordinate representation of color #0476BC: hue angle of 202.83º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0476BC is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 118 | 188 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.26 |
| HSL | 202.83º | 0.96% | 0.38% | - |
| HSV(B) | 202.83º | 0.98% | 0.74% | - |
| XYZ | 15.61 | 16.61 | 49.96 | - |
| YUV | 91.89 | 182.23 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 188 | 0.98 | 0.37 | 0 | 0.26 | 202.83 | 0.96 | 0.38 |
| Hex | 4 | 76 | BC | 62 | 25 | 0 | 1A | CB | 60 | 26 |
| Octal | 4 | 166 | 274 | 142 | 45 | 0 | 32 | 313 | 140 | 46 |
| Binary | 100 | 1110110 | 10111100 | 1100010 | 100101 | 0 | 11010 | 11001011 | 1100000 | 100110 |
Color Harmonies of #0476BC
Complementary color
Monochromatic Colors of #0476BC
Black with #0476BC
Text Example
Text Example
White with #0476BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0476BC; }
p { color: rgb(4,118,188); }
H1.HeaderClassName
{
color: #0476BC;
}
.AnyTagClassName
{
color: #0476BC;
}
</style>
background-color css
<style>
a { background-color: #0476BC; }
a { background-color: rgb(4,118,188); }
div.DivClassName
{
background-color: #0476BC;
}
.BgClassName
{
background-color: #0476BC;
}
</style>
border-color css
<style>
span { border-color: #0476BC; }
span { border-color: rgb(4,118,188); }
td.TdClassName
{
border-color: #0476BC;
}
.TagClassName
{
border-color: #0476BC;
}
</style>