Shades of Cerulean #0475A2
Tints of Cerulean #0475A2
RGB
CMYK
RGB Variations
Color information
#0475A2 (or 0x0475A2) is known color: Cerulean. HEX triplet: 04, 75 and A2. RGB value is (4,117,162). Sum of RGB (Red+Green+Blue) = 4+117+162=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 162 (63.67% from 255 or 57.24% from 283); Max value from RGB is 162 - color contains mainly: blue. Hex color #0475A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0475A2 is #FB8A5D. Grayscale: #585858. Windows color (decimal): -16484958 or 10646788. OLE color: 10646788.
HSL color Cylindrical-coordinate representation of color #0475A2: hue angle of 197.09º 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 #0475A2 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 117 | 162 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.36 |
| HSL | 197.09º | 0.95% | 0.33% | - |
| HSV(B) | 197.09º | 0.98% | 0.64% | - |
| XYZ | 12.93 | 15.36 | 36.46 | - |
| YUV | 88.34 | 169.56 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 162 | 0.98 | 0.28 | 0 | 0.36 | 197.09 | 0.95 | 0.33 |
| Hex | 4 | 75 | A2 | 62 | 1C | 0 | 24 | C5 | 5F | 21 |
| Octal | 4 | 165 | 242 | 142 | 34 | 0 | 44 | 305 | 137 | 41 |
| Binary | 100 | 1110101 | 10100010 | 1100010 | 11100 | 0 | 100100 | 11000101 | 1011111 | 100001 |
Color Harmonies of #0475A2
Complementary color
Monochromatic Colors of #0475A2
Black with #0475A2
Text Example
Text Example
White with #0475A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0475A2; }
p { color: rgb(4,117,162); }
H1.HeaderClassName
{
color: #0475A2;
}
.AnyTagClassName
{
color: #0475A2;
}
</style>
background-color css
<style>
a { background-color: #0475A2; }
a { background-color: rgb(4,117,162); }
div.DivClassName
{
background-color: #0475A2;
}
.BgClassName
{
background-color: #0475A2;
}
</style>
border-color css
<style>
span { border-color: #0475A2; }
span { border-color: rgb(4,117,162); }
td.TdClassName
{
border-color: #0475A2;
}
.TagClassName
{
border-color: #0475A2;
}
</style>