Shades of Cerulean #0473A3
Tints of Cerulean #0473A3
RGB
CMYK
RGB Variations
Color information
#0473A3 (or 0x0473A3) is known color: Cerulean. HEX triplet: 04, 73 and A3. RGB value is (4,115,163). Sum of RGB (Red+Green+Blue) = 4+115+163=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #0473A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0473A3 is #FB8C5C. Grayscale: #565656. Windows color (decimal): -16485469 or 10711812. OLE color: 10711812.
HSL color Cylindrical-coordinate representation of color #0473A3: hue angle of 198.11º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0473A3 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 115 | 163 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.36 |
| HSL | 198.11º | 0.95% | 0.33% | - |
| HSV(B) | 198.11º | 0.98% | 0.64% | - |
| XYZ | 12.79 | 14.93 | 36.86 | - |
| YUV | 87.28 | 170.73 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 163 | 0.98 | 0.29 | 0 | 0.36 | 198.11 | 0.95 | 0.33 |
| Hex | 4 | 73 | A3 | 62 | 1D | 0 | 24 | C6 | 5F | 21 |
| Octal | 4 | 163 | 243 | 142 | 35 | 0 | 44 | 306 | 137 | 41 |
| Binary | 100 | 1110011 | 10100011 | 1100010 | 11101 | 0 | 100100 | 11000110 | 1011111 | 100001 |
Color Harmonies of #0473A3
Complementary color
Monochromatic Colors of #0473A3
Black with #0473A3
Text Example
Text Example
White with #0473A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0473A3; }
p { color: rgb(4,115,163); }
H1.HeaderClassName
{
color: #0473A3;
}
.AnyTagClassName
{
color: #0473A3;
}
</style>
background-color css
<style>
a { background-color: #0473A3; }
a { background-color: rgb(4,115,163); }
div.DivClassName
{
background-color: #0473A3;
}
.BgClassName
{
background-color: #0473A3;
}
</style>
border-color css
<style>
span { border-color: #0473A3; }
span { border-color: rgb(4,115,163); }
td.TdClassName
{
border-color: #0473A3;
}
.TagClassName
{
border-color: #0473A3;
}
</style>