Shades of Blue Lagoon #046C7D
Tints of Blue Lagoon #046C7D
RGB
CMYK
RGB Variations
Color information
#046C7D (or 0x046C7D) is known color: Blue Lagoon. HEX triplet: 04, 6C and 7D. RGB value is (4,108,125). Sum of RGB (Red+Green+Blue) = 4+108+125=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #046C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C7D is #FB9382. Grayscale: #4E4E4E. Windows color (decimal): -16487299 or 8219652. OLE color: 8219652.
HSL color Cylindrical-coordinate representation of color #046C7D: hue angle of 188.43º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046C7D is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 108 | 125 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.51 |
| HSL | 188.43º | 0.94% | 0.25% | - |
| HSV(B) | 188.43º | 0.97% | 0.49% | - |
| XYZ | 9.11 | 12.23 | 21.28 | - |
| YUV | 78.84 | 154.04 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 125 | 0.97 | 0.14 | 0 | 0.51 | 188.43 | 0.94 | 0.25 |
| Hex | 4 | 6C | 7D | 61 | E | 0 | 33 | BC | 5E | 19 |
| Octal | 4 | 154 | 175 | 141 | 16 | 0 | 63 | 274 | 136 | 31 |
| Binary | 100 | 1101100 | 1111101 | 1100001 | 1110 | 0 | 110011 | 10111100 | 1011110 | 11001 |
Color Harmonies of #046C7D
Complementary color
Monochromatic Colors of #046C7D
Black with #046C7D
Text Example
Text Example
White with #046C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C7D; }
p { color: rgb(4,108,125); }
H1.HeaderClassName
{
color: #046C7D;
}
.AnyTagClassName
{
color: #046C7D;
}
</style>
background-color css
<style>
a { background-color: #046C7D; }
a { background-color: rgb(4,108,125); }
div.DivClassName
{
background-color: #046C7D;
}
.BgClassName
{
background-color: #046C7D;
}
</style>
border-color css
<style>
span { border-color: #046C7D; }
span { border-color: rgb(4,108,125); }
td.TdClassName
{
border-color: #046C7D;
}
.TagClassName
{
border-color: #046C7D;
}
</style>