Shades of Cerulean #047DA6
Tints of Cerulean #047DA6
RGB
CMYK
RGB Variations
Color information
#047DA6 (or 0x047DA6) is known color: Cerulean. HEX triplet: 04, 7D and A6. RGB value is (4,125,166). Sum of RGB (Red+Green+Blue) = 4+125+166=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 166 (65.23% from 255 or 56.27% from 295); Max value from RGB is 166 - color contains mainly: blue. Hex color #047DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047DA6 is #FB8259. Grayscale: #5D5D5D. Windows color (decimal): -16482906 or 10910980. OLE color: 10910980.
HSL color Cylindrical-coordinate representation of color #047DA6: hue angle of 195.19º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DA6 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 125 | 166 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.35 |
| HSL | 195.19º | 0.95% | 0.33% | - |
| HSV(B) | 195.19º | 0.98% | 0.65% | - |
| XYZ | 14.27 | 17.45 | 38.69 | - |
| YUV | 93.5 | 168.91 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 166 | 0.98 | 0.25 | 0 | 0.35 | 195.19 | 0.95 | 0.33 |
| Hex | 4 | 7D | A6 | 62 | 19 | 0 | 23 | C3 | 5F | 21 |
| Octal | 4 | 175 | 246 | 142 | 31 | 0 | 43 | 303 | 137 | 41 |
| Binary | 100 | 1111101 | 10100110 | 1100010 | 11001 | 0 | 100011 | 11000011 | 1011111 | 100001 |
Color Harmonies of #047DA6
Complementary color
Monochromatic Colors of #047DA6
Black with #047DA6
Text Example
Text Example
White with #047DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047DA6; }
p { color: rgb(4,125,166); }
H1.HeaderClassName
{
color: #047DA6;
}
.AnyTagClassName
{
color: #047DA6;
}
</style>
background-color css
<style>
a { background-color: #047DA6; }
a { background-color: rgb(4,125,166); }
div.DivClassName
{
background-color: #047DA6;
}
.BgClassName
{
background-color: #047DA6;
}
</style>
border-color css
<style>
span { border-color: #047DA6; }
span { border-color: rgb(4,125,166); }
td.TdClassName
{
border-color: #047DA6;
}
.TagClassName
{
border-color: #047DA6;
}
</style>