Shades of Blue Lagoon #004D68
Tints of Blue Lagoon #004D68
RGB
CMYK
RGB Variations
Color information
#004D68 (or 0x004D68) is known color: Blue Lagoon. HEX triplet: 00, 4D and 68. RGB value is (0,77,104). Sum of RGB (Red+Green+Blue) = 0+77+104=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #004D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D68 is #FFB297. Grayscale: #383838. Windows color (decimal): -16757400 or 6835456. OLE color: 6835456.
HSL color Cylindrical-coordinate representation of color #004D68: hue angle of 195.58º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D68 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 77 | 104 | - |
| CMYK | 1 | 0.26 | 0 | 0.59 |
| HSL | 195.58º | 1% | 0.2% | - |
| HSV(B) | 195.58º | 1% | 0.41% | - |
| XYZ | 5.15 | 6.31 | 14.04 | - |
| YUV | 57.06 | 154.49 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 104 | 1 | 0.26 | 0 | 0.59 | 195.58 | 1 | 0.2 |
| Hex | 0 | 4D | 68 | 64 | 1A | 0 | 3B | C4 | 64 | 14 |
| Octal | 0 | 115 | 150 | 144 | 32 | 0 | 73 | 304 | 144 | 24 |
| Binary | 0 | 1001101 | 1101000 | 1100100 | 11010 | 0 | 111011 | 11000100 | 1100100 | 10100 |
Color Harmonies of #004D68
Complementary color
Monochromatic Colors of #004D68
Black with #004D68
Text Example
Text Example
White with #004D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D68; }
p { color: rgb(0,77,104); }
H1.HeaderClassName
{
color: #004D68;
}
.AnyTagClassName
{
color: #004D68;
}
</style>
background-color css
<style>
a { background-color: #004D68; }
a { background-color: rgb(0,77,104); }
div.DivClassName
{
background-color: #004D68;
}
.BgClassName
{
background-color: #004D68;
}
</style>
border-color css
<style>
span { border-color: #004D68; }
span { border-color: rgb(0,77,104); }
td.TdClassName
{
border-color: #004D68;
}
.TagClassName
{
border-color: #004D68;
}
</style>