Shades of Blue Lagoon #046275
Tints of Blue Lagoon #046275
RGB
CMYK
RGB Variations
Color information
#046275 (or 0x046275) is known color: Blue Lagoon. HEX triplet: 04, 62 and 75. RGB value is (4,98,117). Sum of RGB (Red+Green+Blue) = 4+98+117=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #046275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046275 is #FB9D8A. Grayscale: #474747. Windows color (decimal): -16489867 or 7692804. OLE color: 7692804.
HSL color Cylindrical-coordinate representation of color #046275: hue angle of 190.09º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046275 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 98 | 117 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.54 |
| HSL | 190.09º | 0.93% | 0.24% | - |
| HSV(B) | 190.09º | 0.97% | 0.46% | - |
| XYZ | 7.63 | 10.05 | 18.37 | - |
| YUV | 72.06 | 153.36 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 117 | 0.97 | 0.16 | 0 | 0.54 | 190.09 | 0.93 | 0.24 |
| Hex | 4 | 62 | 75 | 61 | 10 | 0 | 36 | BE | 5D | 18 |
| Octal | 4 | 142 | 165 | 141 | 20 | 0 | 66 | 276 | 135 | 30 |
| Binary | 100 | 1100010 | 1110101 | 1100001 | 10000 | 0 | 110110 | 10111110 | 1011101 | 11000 |
Color Harmonies of #046275
Complementary color
Monochromatic Colors of #046275
Black with #046275
Text Example
Text Example
White with #046275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046275; }
p { color: rgb(4,98,117); }
H1.HeaderClassName
{
color: #046275;
}
.AnyTagClassName
{
color: #046275;
}
</style>
background-color css
<style>
a { background-color: #046275; }
a { background-color: rgb(4,98,117); }
div.DivClassName
{
background-color: #046275;
}
.BgClassName
{
background-color: #046275;
}
</style>
border-color css
<style>
span { border-color: #046275; }
span { border-color: rgb(4,98,117); }
td.TdClassName
{
border-color: #046275;
}
.TagClassName
{
border-color: #046275;
}
</style>