Shades of Cerulean #0474AE
Tints of Cerulean #0474AE
RGB
CMYK
RGB Variations
Color information
#0474AE (or 0x0474AE) is known color: Cerulean. HEX triplet: 04, 74 and AE. RGB value is (4,116,174). Sum of RGB (Red+Green+Blue) = 4+116+174=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #0474AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0474AE is #FB8B51. Grayscale: #585858. Windows color (decimal): -16485202 or 11432964. OLE color: 11432964.
HSL color Cylindrical-coordinate representation of color #0474AE: hue angle of 200.47º degrees, saturation: 0.96, 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 #0474AE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 116 | 174 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.32 |
| HSL | 200.47º | 0.96% | 0.35% | - |
| HSV(B) | 200.47º | 0.98% | 0.68% | - |
| XYZ | 13.94 | 15.57 | 42.32 | - |
| YUV | 89.12 | 175.89 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 116 | 174 | 0.98 | 0.33 | 0 | 0.32 | 200.47 | 0.96 | 0.35 |
| Hex | 4 | 74 | AE | 62 | 21 | 0 | 20 | C8 | 60 | 23 |
| Octal | 4 | 164 | 256 | 142 | 41 | 0 | 40 | 310 | 140 | 43 |
| Binary | 100 | 1110100 | 10101110 | 1100010 | 100001 | 0 | 100000 | 11001000 | 1100000 | 100011 |
Color Harmonies of #0474AE
Complementary color
Monochromatic Colors of #0474AE
Black with #0474AE
Text Example
Text Example
White with #0474AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0474AE; }
p { color: rgb(4,116,174); }
H1.HeaderClassName
{
color: #0474AE;
}
.AnyTagClassName
{
color: #0474AE;
}
</style>
background-color css
<style>
a { background-color: #0474AE; }
a { background-color: rgb(4,116,174); }
div.DivClassName
{
background-color: #0474AE;
}
.BgClassName
{
background-color: #0474AE;
}
</style>
border-color css
<style>
span { border-color: #0474AE; }
span { border-color: rgb(4,116,174); }
td.TdClassName
{
border-color: #0474AE;
}
.TagClassName
{
border-color: #0474AE;
}
</style>