Shades of Allports #04658C
Tints of Allports #04658C
RGB
CMYK
RGB Variations
Color information
#04658C (or 0x04658C) is known color: Allports. HEX triplet: 04, 65 and 8C. RGB value is (4,101,140). Sum of RGB (Red+Green+Blue) = 4+101+140=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #04658C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04658C is #FB9A73. Grayscale: #4C4C4C. Windows color (decimal): -16489076 or 9200900. OLE color: 9200900.
HSL color Cylindrical-coordinate representation of color #04658C: hue angle of 197.21º 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 #04658C is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 101 | 140 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.45 |
| HSL | 197.21º | 0.94% | 0.28% | - |
| HSV(B) | 197.21º | 0.97% | 0.55% | - |
| XYZ | 9.44 | 11.23 | 26.48 | - |
| YUV | 76.44 | 163.86 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 140 | 0.97 | 0.28 | 0 | 0.45 | 197.21 | 0.94 | 0.28 |
| Hex | 4 | 65 | 8C | 61 | 1C | 0 | 2D | C5 | 5E | 1C |
| Octal | 4 | 145 | 214 | 141 | 34 | 0 | 55 | 305 | 136 | 34 |
| Binary | 100 | 1100101 | 10001100 | 1100001 | 11100 | 0 | 101101 | 11000101 | 1011110 | 11100 |
Color Harmonies of #04658C
Complementary color
Monochromatic Colors of #04658C
Black with #04658C
Text Example
Text Example
White with #04658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04658C; }
p { color: rgb(4,101,140); }
H1.HeaderClassName
{
color: #04658C;
}
.AnyTagClassName
{
color: #04658C;
}
</style>
background-color css
<style>
a { background-color: #04658C; }
a { background-color: rgb(4,101,140); }
div.DivClassName
{
background-color: #04658C;
}
.BgClassName
{
background-color: #04658C;
}
</style>
border-color css
<style>
span { border-color: #04658C; }
span { border-color: rgb(4,101,140); }
td.TdClassName
{
border-color: #04658C;
}
.TagClassName
{
border-color: #04658C;
}
</style>