Shades of Blue Lagoon #046783
Tints of Blue Lagoon #046783
RGB
CMYK
RGB Variations
Color information
#046783 (or 0x046783) is known color: Blue Lagoon. HEX triplet: 04, 67 and 83. RGB value is (4,103,131). Sum of RGB (Red+Green+Blue) = 4+103+131=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #046783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046783 is #FB987C. Grayscale: #4C4C4C. Windows color (decimal): -16488573 or 8611588. OLE color: 8611588.
HSL color Cylindrical-coordinate representation of color #046783: hue angle of 193.23º 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 #046783 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 103 | 131 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.49 |
| HSL | 193.23º | 0.94% | 0.26% | - |
| HSV(B) | 193.23º | 0.97% | 0.51% | - |
| XYZ | 9 | 11.37 | 23.19 | - |
| YUV | 76.59 | 158.7 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 131 | 0.97 | 0.21 | 0 | 0.49 | 193.23 | 0.94 | 0.26 |
| Hex | 4 | 67 | 83 | 61 | 15 | 0 | 31 | C1 | 5E | 1A |
| Octal | 4 | 147 | 203 | 141 | 25 | 0 | 61 | 301 | 136 | 32 |
| Binary | 100 | 1100111 | 10000011 | 1100001 | 10101 | 0 | 110001 | 11000001 | 1011110 | 11010 |
Color Harmonies of #046783
Complementary color
Monochromatic Colors of #046783
Black with #046783
Text Example
Text Example
White with #046783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046783; }
p { color: rgb(4,103,131); }
H1.HeaderClassName
{
color: #046783;
}
.AnyTagClassName
{
color: #046783;
}
</style>
background-color css
<style>
a { background-color: #046783; }
a { background-color: rgb(4,103,131); }
div.DivClassName
{
background-color: #046783;
}
.BgClassName
{
background-color: #046783;
}
</style>
border-color css
<style>
span { border-color: #046783; }
span { border-color: rgb(4,103,131); }
td.TdClassName
{
border-color: #046783;
}
.TagClassName
{
border-color: #046783;
}
</style>