Shades of Allports #04688C
Tints of Allports #04688C
RGB
CMYK
RGB Variations
Color information
#04688C (or 0x04688C) is known color: Allports. HEX triplet: 04, 68 and 8C. RGB value is (4,104,140). Sum of RGB (Red+Green+Blue) = 4+104+140=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #04688C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04688C is #FB9773. Grayscale: #4D4D4D. Windows color (decimal): -16488308 or 9201668. OLE color: 9201668.
HSL color Cylindrical-coordinate representation of color #04688C: hue angle of 195.88º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04688C is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 104 | 140 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.45 |
| HSL | 195.88º | 0.94% | 0.28% | - |
| HSV(B) | 195.88º | 0.97% | 0.55% | - |
| XYZ | 9.73 | 11.82 | 26.58 | - |
| YUV | 78.2 | 162.87 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 140 | 0.97 | 0.26 | 0 | 0.45 | 195.88 | 0.94 | 0.28 |
| Hex | 4 | 68 | 8C | 61 | 1A | 0 | 2D | C4 | 5E | 1C |
| Octal | 4 | 150 | 214 | 141 | 32 | 0 | 55 | 304 | 136 | 34 |
| Binary | 100 | 1101000 | 10001100 | 1100001 | 11010 | 0 | 101101 | 11000100 | 1011110 | 11100 |
Color Harmonies of #04688C
Complementary color
Monochromatic Colors of #04688C
Black with #04688C
Text Example
Text Example
White with #04688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04688C; }
p { color: rgb(4,104,140); }
H1.HeaderClassName
{
color: #04688C;
}
.AnyTagClassName
{
color: #04688C;
}
</style>
background-color css
<style>
a { background-color: #04688C; }
a { background-color: rgb(4,104,140); }
div.DivClassName
{
background-color: #04688C;
}
.BgClassName
{
background-color: #04688C;
}
</style>
border-color css
<style>
span { border-color: #04688C; }
span { border-color: rgb(4,104,140); }
td.TdClassName
{
border-color: #04688C;
}
.TagClassName
{
border-color: #04688C;
}
</style>