Shades of Cerulean #0478AF
Tints of Cerulean #0478AF
RGB
CMYK
RGB Variations
Color information
#0478AF (or 0x0478AF) is known color: Cerulean. HEX triplet: 04, 78 and AF. RGB value is (4,120,175). Sum of RGB (Red+Green+Blue) = 4+120+175=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #0478AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0478AF is #FB8750. Grayscale: #5B5B5B. Windows color (decimal): -16484177 or 11499524. OLE color: 11499524.
HSL color Cylindrical-coordinate representation of color #0478AF: hue angle of 199.3º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0478AF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 120 | 175 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.31 |
| HSL | 199.3º | 0.96% | 0.35% | - |
| HSV(B) | 199.3º | 0.98% | 0.69% | - |
| XYZ | 14.5 | 16.55 | 42.99 | - |
| YUV | 91.59 | 175.07 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 120 | 175 | 0.98 | 0.31 | 0 | 0.31 | 199.3 | 0.96 | 0.35 |
| Hex | 4 | 78 | AF | 62 | 1F | 0 | 1F | C7 | 60 | 23 |
| Octal | 4 | 170 | 257 | 142 | 37 | 0 | 37 | 307 | 140 | 43 |
| Binary | 100 | 1111000 | 10101111 | 1100010 | 11111 | 0 | 11111 | 11000111 | 1100000 | 100011 |
Color Harmonies of #0478AF
Complementary color
Monochromatic Colors of #0478AF
Black with #0478AF
Text Example
Text Example
White with #0478AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0478AF; }
p { color: rgb(4,120,175); }
H1.HeaderClassName
{
color: #0478AF;
}
.AnyTagClassName
{
color: #0478AF;
}
</style>
background-color css
<style>
a { background-color: #0478AF; }
a { background-color: rgb(4,120,175); }
div.DivClassName
{
background-color: #0478AF;
}
.BgClassName
{
background-color: #0478AF;
}
</style>
border-color css
<style>
span { border-color: #0478AF; }
span { border-color: rgb(4,120,175); }
td.TdClassName
{
border-color: #0478AF;
}
.TagClassName
{
border-color: #0478AF;
}
</style>