Shades of Blue Lagoon #046A7A
Tints of Blue Lagoon #046A7A
RGB
CMYK
RGB Variations
Color information
#046A7A (or 0x046A7A) is known color: Blue Lagoon. HEX triplet: 04, 6A and 7A. RGB value is (4,106,122). Sum of RGB (Red+Green+Blue) = 4+106+122=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #046A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046A7A is #FB9585. Grayscale: #4D4D4D. Windows color (decimal): -16487814 or 8022532. OLE color: 8022532.
HSL color Cylindrical-coordinate representation of color #046A7A: hue angle of 188.14º 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 #046A7A is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 106 | 122 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.52 |
| HSL | 188.14º | 0.94% | 0.25% | - |
| HSV(B) | 188.14º | 0.97% | 0.48% | - |
| XYZ | 8.72 | 11.74 | 20.22 | - |
| YUV | 77.33 | 153.21 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 106 | 122 | 0.97 | 0.13 | 0 | 0.52 | 188.14 | 0.94 | 0.25 |
| Hex | 4 | 6A | 7A | 61 | D | 0 | 34 | BC | 5E | 19 |
| Octal | 4 | 152 | 172 | 141 | 15 | 0 | 64 | 274 | 136 | 31 |
| Binary | 100 | 1101010 | 1111010 | 1100001 | 1101 | 0 | 110100 | 10111100 | 1011110 | 11001 |
Color Harmonies of #046A7A
Complementary color
Monochromatic Colors of #046A7A
Black with #046A7A
Text Example
Text Example
White with #046A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046A7A; }
p { color: rgb(4,106,122); }
H1.HeaderClassName
{
color: #046A7A;
}
.AnyTagClassName
{
color: #046A7A;
}
</style>
background-color css
<style>
a { background-color: #046A7A; }
a { background-color: rgb(4,106,122); }
div.DivClassName
{
background-color: #046A7A;
}
.BgClassName
{
background-color: #046A7A;
}
</style>
border-color css
<style>
span { border-color: #046A7A; }
span { border-color: rgb(4,106,122); }
td.TdClassName
{
border-color: #046A7A;
}
.TagClassName
{
border-color: #046A7A;
}
</style>