Shades of Blue Lagoon #046683
Tints of Blue Lagoon #046683
RGB
CMYK
RGB Variations
Color information
#046683 (or 0x046683) is known color: Blue Lagoon. HEX triplet: 04, 66 and 83. RGB value is (4,102,131). Sum of RGB (Red+Green+Blue) = 4+102+131=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #046683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046683 is #FB997C. Grayscale: #4B4B4B. Windows color (decimal): -16488829 or 8611332. OLE color: 8611332.
HSL color Cylindrical-coordinate representation of color #046683: hue angle of 193.7º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046683 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 102 | 131 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.49 |
| HSL | 193.7º | 0.94% | 0.26% | - |
| HSV(B) | 193.7º | 0.97% | 0.51% | - |
| XYZ | 8.9 | 11.17 | 23.16 | - |
| YUV | 76 | 159.03 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 131 | 0.97 | 0.22 | 0 | 0.49 | 193.7 | 0.94 | 0.26 |
| Hex | 4 | 66 | 83 | 61 | 16 | 0 | 31 | C2 | 5E | 1A |
| Octal | 4 | 146 | 203 | 141 | 26 | 0 | 61 | 302 | 136 | 32 |
| Binary | 100 | 1100110 | 10000011 | 1100001 | 10110 | 0 | 110001 | 11000010 | 1011110 | 11010 |
Color Harmonies of #046683
Complementary color
Monochromatic Colors of #046683
Black with #046683
Text Example
Text Example
White with #046683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046683; }
p { color: rgb(4,102,131); }
H1.HeaderClassName
{
color: #046683;
}
.AnyTagClassName
{
color: #046683;
}
</style>
background-color css
<style>
a { background-color: #046683; }
a { background-color: rgb(4,102,131); }
div.DivClassName
{
background-color: #046683;
}
.BgClassName
{
background-color: #046683;
}
</style>
border-color css
<style>
span { border-color: #046683; }
span { border-color: rgb(4,102,131); }
td.TdClassName
{
border-color: #046683;
}
.TagClassName
{
border-color: #046683;
}
</style>