Shades of Allports #04668C
Tints of Allports #04668C
RGB
CMYK
RGB Variations
Color information
#04668C (or 0x04668C) is known color: Allports. HEX triplet: 04, 66 and 8C. RGB value is (4,102,140). Sum of RGB (Red+Green+Blue) = 4+102+140=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #04668C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04668C is #FB9973. Grayscale: #4C4C4C. Windows color (decimal): -16488820 or 9201156. OLE color: 9201156.
HSL color Cylindrical-coordinate representation of color #04668C: hue angle of 196.76º 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 #04668C is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 102 | 140 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.45 |
| HSL | 196.76º | 0.94% | 0.28% | - |
| HSV(B) | 196.76º | 0.97% | 0.55% | - |
| XYZ | 9.54 | 11.42 | 26.51 | - |
| YUV | 77.03 | 163.53 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 140 | 0.97 | 0.27 | 0 | 0.45 | 196.76 | 0.94 | 0.28 |
| Hex | 4 | 66 | 8C | 61 | 1B | 0 | 2D | C5 | 5E | 1C |
| Octal | 4 | 146 | 214 | 141 | 33 | 0 | 55 | 305 | 136 | 34 |
| Binary | 100 | 1100110 | 10001100 | 1100001 | 11011 | 0 | 101101 | 11000101 | 1011110 | 11100 |
Color Harmonies of #04668C
Complementary color
Monochromatic Colors of #04668C
Black with #04668C
Text Example
Text Example
White with #04668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04668C; }
p { color: rgb(4,102,140); }
H1.HeaderClassName
{
color: #04668C;
}
.AnyTagClassName
{
color: #04668C;
}
</style>
background-color css
<style>
a { background-color: #04668C; }
a { background-color: rgb(4,102,140); }
div.DivClassName
{
background-color: #04668C;
}
.BgClassName
{
background-color: #04668C;
}
</style>
border-color css
<style>
span { border-color: #04668C; }
span { border-color: rgb(4,102,140); }
td.TdClassName
{
border-color: #04668C;
}
.TagClassName
{
border-color: #04668C;
}
</style>