Shades of Blue Lagoon #046567
Tints of Blue Lagoon #046567
RGB
CMYK
RGB Variations
Color information
#046567 (or 0x046567) is known color: Blue Lagoon. HEX triplet: 04, 65 and 67. RGB value is (4,101,103). Sum of RGB (Red+Green+Blue) = 4+101+103=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #046567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046567 is #FB9A98. Grayscale: #484848. Windows color (decimal): -16489113 or 6776068. OLE color: 6776068.
HSL color Cylindrical-coordinate representation of color #046567: hue angle of 181.21º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046567 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 103 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.60 |
| HSL | 181.21º | 0.93% | 0.21% | - |
| HSV(B) | 181.21º | 0.96% | 0.4% | - |
| XYZ | 7.15 | 10.31 | 14.45 | - |
| YUV | 72.23 | 145.36 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 103 | 0.96 | 0.02 | 0 | 0.60 | 181.21 | 0.93 | 0.21 |
| Hex | 4 | 65 | 67 | 60 | 2 | 0 | 3C | B5 | 5D | 15 |
| Octal | 4 | 145 | 147 | 140 | 2 | 0 | 74 | 265 | 135 | 25 |
| Binary | 100 | 1100101 | 1100111 | 1100000 | 10 | 0 | 111100 | 10110101 | 1011101 | 10101 |
Color Harmonies of #046567
Complementary color
Monochromatic Colors of #046567
Black with #046567
Text Example
Text Example
White with #046567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046567; }
p { color: rgb(4,101,103); }
H1.HeaderClassName
{
color: #046567;
}
.AnyTagClassName
{
color: #046567;
}
</style>
background-color css
<style>
a { background-color: #046567; }
a { background-color: rgb(4,101,103); }
div.DivClassName
{
background-color: #046567;
}
.BgClassName
{
background-color: #046567;
}
</style>
border-color css
<style>
span { border-color: #046567; }
span { border-color: rgb(4,101,103); }
td.TdClassName
{
border-color: #046567;
}
.TagClassName
{
border-color: #046567;
}
</style>