Shades of Blue Lagoon #046C7B
Tints of Blue Lagoon #046C7B
RGB
CMYK
RGB Variations
Color information
#046C7B (or 0x046C7B) is known color: Blue Lagoon. HEX triplet: 04, 6C and 7B. RGB value is (4,108,123). Sum of RGB (Red+Green+Blue) = 4+108+123=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #046C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C7B is #FB9384. Grayscale: #4E4E4E. Windows color (decimal): -16487301 or 8088580. OLE color: 8088580.
HSL color Cylindrical-coordinate representation of color #046C7B: hue angle of 187.56º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046C7B is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 108 | 123 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.52 |
| HSL | 187.56º | 0.94% | 0.25% | - |
| HSV(B) | 187.56º | 0.97% | 0.48% | - |
| XYZ | 8.99 | 12.18 | 20.62 | - |
| YUV | 78.61 | 153.04 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 123 | 0.97 | 0.12 | 0 | 0.52 | 187.56 | 0.94 | 0.25 |
| Hex | 4 | 6C | 7B | 61 | C | 0 | 34 | BC | 5E | 19 |
| Octal | 4 | 154 | 173 | 141 | 14 | 0 | 64 | 274 | 136 | 31 |
| Binary | 100 | 1101100 | 1111011 | 1100001 | 1100 | 0 | 110100 | 10111100 | 1011110 | 11001 |
Color Harmonies of #046C7B
Complementary color
Monochromatic Colors of #046C7B
Black with #046C7B
Text Example
Text Example
White with #046C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C7B; }
p { color: rgb(4,108,123); }
H1.HeaderClassName
{
color: #046C7B;
}
.AnyTagClassName
{
color: #046C7B;
}
</style>
background-color css
<style>
a { background-color: #046C7B; }
a { background-color: rgb(4,108,123); }
div.DivClassName
{
background-color: #046C7B;
}
.BgClassName
{
background-color: #046C7B;
}
</style>
border-color css
<style>
span { border-color: #046C7B; }
span { border-color: rgb(4,108,123); }
td.TdClassName
{
border-color: #046C7B;
}
.TagClassName
{
border-color: #046C7B;
}
</style>