Shades of Cerulean #0466AD
Tints of Cerulean #0466AD
RGB
CMYK
RGB Variations
Color information
#0466AD (or 0x0466AD) is known color: Cerulean. HEX triplet: 04, 66 and AD. RGB value is (4,102,173). Sum of RGB (Red+Green+Blue) = 4+102+173=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #0466AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0466AD is #FB9952. Grayscale: #505050. Windows color (decimal): -16488787 or 11363844. OLE color: 11363844.
HSL color Cylindrical-coordinate representation of color #0466AD: hue angle of 205.21º 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 #0466AD is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 102 | 173 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.32 |
| HSL | 205.21º | 0.95% | 0.35% | - |
| HSV(B) | 205.21º | 0.98% | 0.68% | - |
| XYZ | 12.34 | 12.55 | 41.31 | - |
| YUV | 80.79 | 180.03 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 173 | 0.98 | 0.41 | 0 | 0.32 | 205.21 | 0.95 | 0.35 |
| Hex | 4 | 66 | AD | 62 | 29 | 0 | 20 | CD | 5F | 23 |
| Octal | 4 | 146 | 255 | 142 | 51 | 0 | 40 | 315 | 137 | 43 |
| Binary | 100 | 1100110 | 10101101 | 1100010 | 101001 | 0 | 100000 | 11001101 | 1011111 | 100011 |
Color Harmonies of #0466AD
Complementary color
Monochromatic Colors of #0466AD
Black with #0466AD
Text Example
Text Example
White with #0466AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0466AD; }
p { color: rgb(4,102,173); }
H1.HeaderClassName
{
color: #0466AD;
}
.AnyTagClassName
{
color: #0466AD;
}
</style>
background-color css
<style>
a { background-color: #0466AD; }
a { background-color: rgb(4,102,173); }
div.DivClassName
{
background-color: #0466AD;
}
.BgClassName
{
background-color: #0466AD;
}
</style>
border-color css
<style>
span { border-color: #0466AD; }
span { border-color: rgb(4,102,173); }
td.TdClassName
{
border-color: #0466AD;
}
.TagClassName
{
border-color: #0466AD;
}
</style>