Shades of Blue Lagoon #04608B
Tints of Blue Lagoon #04608B
RGB
CMYK
RGB Variations
Color information
#04608B (or 0x04608B) is known color: Blue Lagoon. HEX triplet: 04, 60 and 8B. RGB value is (4,96,139). Sum of RGB (Red+Green+Blue) = 4+96+139=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #04608B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04608B is #FB9F74. Grayscale: #494949. Windows color (decimal): -16490357 or 9134084. OLE color: 9134084.
HSL color Cylindrical-coordinate representation of color #04608B: hue angle of 199.11º 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 #04608B is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 96 | 139 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.45 |
| HSL | 199.11º | 0.94% | 0.28% | - |
| HSV(B) | 199.11º | 0.97% | 0.55% | - |
| XYZ | 8.89 | 10.26 | 25.94 | - |
| YUV | 73.39 | 165.02 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 139 | 0.97 | 0.31 | 0 | 0.45 | 199.11 | 0.94 | 0.28 |
| Hex | 4 | 60 | 8B | 61 | 1F | 0 | 2D | C7 | 5E | 1C |
| Octal | 4 | 140 | 213 | 141 | 37 | 0 | 55 | 307 | 136 | 34 |
| Binary | 100 | 1100000 | 10001011 | 1100001 | 11111 | 0 | 101101 | 11000111 | 1011110 | 11100 |
Color Harmonies of #04608B
Complementary color
Monochromatic Colors of #04608B
Black with #04608B
Text Example
Text Example
White with #04608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04608B; }
p { color: rgb(4,96,139); }
H1.HeaderClassName
{
color: #04608B;
}
.AnyTagClassName
{
color: #04608B;
}
</style>
background-color css
<style>
a { background-color: #04608B; }
a { background-color: rgb(4,96,139); }
div.DivClassName
{
background-color: #04608B;
}
.BgClassName
{
background-color: #04608B;
}
</style>
border-color css
<style>
span { border-color: #04608B; }
span { border-color: rgb(4,96,139); }
td.TdClassName
{
border-color: #04608B;
}
.TagClassName
{
border-color: #04608B;
}
</style>