Shades of Allports #04648E
Tints of Allports #04648E
RGB
CMYK
RGB Variations
Color information
#04648E (or 0x04648E) is known color: Allports. HEX triplet: 04, 64 and 8E. RGB value is (4,100,142). Sum of RGB (Red+Green+Blue) = 4+100+142=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #04648E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04648E is #FB9B71. Grayscale: #4B4B4B. Windows color (decimal): -16489330 or 9331716. OLE color: 9331716.
HSL color Cylindrical-coordinate representation of color #04648E: hue angle of 198.26º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04648E is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 100 | 142 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.44 |
| HSL | 198.26º | 0.95% | 0.29% | - |
| HSV(B) | 198.26º | 0.97% | 0.56% | - |
| XYZ | 9.49 | 11.09 | 27.23 | - |
| YUV | 76.08 | 165.2 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 142 | 0.97 | 0.30 | 0 | 0.44 | 198.26 | 0.95 | 0.29 |
| Hex | 4 | 64 | 8E | 61 | 1E | 0 | 2C | C6 | 5F | 1D |
| Octal | 4 | 144 | 216 | 141 | 36 | 0 | 54 | 306 | 137 | 35 |
| Binary | 100 | 1100100 | 10001110 | 1100001 | 11110 | 0 | 101100 | 11000110 | 1011111 | 11101 |
Color Harmonies of #04648E
Complementary color
Monochromatic Colors of #04648E
Black with #04648E
Text Example
Text Example
White with #04648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04648E; }
p { color: rgb(4,100,142); }
H1.HeaderClassName
{
color: #04648E;
}
.AnyTagClassName
{
color: #04648E;
}
</style>
background-color css
<style>
a { background-color: #04648E; }
a { background-color: rgb(4,100,142); }
div.DivClassName
{
background-color: #04648E;
}
.BgClassName
{
background-color: #04648E;
}
</style>
border-color css
<style>
span { border-color: #04648E; }
span { border-color: rgb(4,100,142); }
td.TdClassName
{
border-color: #04648E;
}
.TagClassName
{
border-color: #04648E;
}
</style>