Shades of Blue Lagoon #046283
Tints of Blue Lagoon #046283
RGB
CMYK
RGB Variations
Color information
#046283 (or 0x046283) is known color: Blue Lagoon. HEX triplet: 04, 62 and 83. RGB value is (4,98,131). Sum of RGB (Red+Green+Blue) = 4+98+131=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #046283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046283 is #FB9D7C. Grayscale: #494949. Windows color (decimal): -16489853 or 8610308. OLE color: 8610308.
HSL color Cylindrical-coordinate representation of color #046283: hue angle of 195.59º 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 #046283 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 98 | 131 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.49 |
| HSL | 195.59º | 0.94% | 0.26% | - |
| HSV(B) | 195.59º | 0.97% | 0.51% | - |
| XYZ | 8.51 | 10.4 | 23.03 | - |
| YUV | 73.66 | 160.36 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 131 | 0.97 | 0.25 | 0 | 0.49 | 195.59 | 0.94 | 0.26 |
| Hex | 4 | 62 | 83 | 61 | 19 | 0 | 31 | C4 | 5E | 1A |
| Octal | 4 | 142 | 203 | 141 | 31 | 0 | 61 | 304 | 136 | 32 |
| Binary | 100 | 1100010 | 10000011 | 1100001 | 11001 | 0 | 110001 | 11000100 | 1011110 | 11010 |
Color Harmonies of #046283
Complementary color
Monochromatic Colors of #046283
Black with #046283
Text Example
Text Example
White with #046283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046283; }
p { color: rgb(4,98,131); }
H1.HeaderClassName
{
color: #046283;
}
.AnyTagClassName
{
color: #046283;
}
</style>
background-color css
<style>
a { background-color: #046283; }
a { background-color: rgb(4,98,131); }
div.DivClassName
{
background-color: #046283;
}
.BgClassName
{
background-color: #046283;
}
</style>
border-color css
<style>
span { border-color: #046283; }
span { border-color: rgb(4,98,131); }
td.TdClassName
{
border-color: #046283;
}
.TagClassName
{
border-color: #046283;
}
</style>