Shades of Cerulean #0474AD
Tints of Cerulean #0474AD
RGB
CMYK
RGB Variations
Color information
#0474AD (or 0x0474AD) is known color: Cerulean. HEX triplet: 04, 74 and AD. RGB value is (4,116,173). Sum of RGB (Red+Green+Blue) = 4+116+173=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #0474AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0474AD is #FB8B52. Grayscale: #585858. Windows color (decimal): -16485203 or 11367428. OLE color: 11367428.
HSL color Cylindrical-coordinate representation of color #0474AD: hue angle of 200.24º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0474AD is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 116 | 173 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.32 |
| HSL | 200.24º | 0.95% | 0.35% | - |
| HSV(B) | 200.24º | 0.98% | 0.68% | - |
| XYZ | 13.84 | 15.53 | 41.8 | - |
| YUV | 89.01 | 175.39 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 116 | 173 | 0.98 | 0.33 | 0 | 0.32 | 200.24 | 0.95 | 0.35 |
| Hex | 4 | 74 | AD | 62 | 21 | 0 | 20 | C8 | 5F | 23 |
| Octal | 4 | 164 | 255 | 142 | 41 | 0 | 40 | 310 | 137 | 43 |
| Binary | 100 | 1110100 | 10101101 | 1100010 | 100001 | 0 | 100000 | 11001000 | 1011111 | 100011 |
Color Harmonies of #0474AD
Complementary color
Monochromatic Colors of #0474AD
Black with #0474AD
Text Example
Text Example
White with #0474AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0474AD; }
p { color: rgb(4,116,173); }
H1.HeaderClassName
{
color: #0474AD;
}
.AnyTagClassName
{
color: #0474AD;
}
</style>
background-color css
<style>
a { background-color: #0474AD; }
a { background-color: rgb(4,116,173); }
div.DivClassName
{
background-color: #0474AD;
}
.BgClassName
{
background-color: #0474AD;
}
</style>
border-color css
<style>
span { border-color: #0474AD; }
span { border-color: rgb(4,116,173); }
td.TdClassName
{
border-color: #0474AD;
}
.TagClassName
{
border-color: #0474AD;
}
</style>