Shades of Blue Lagoon #004B68
Tints of Blue Lagoon #004B68
RGB
CMYK
RGB Variations
Color information
#004B68 (or 0x004B68) is known color: Blue Lagoon. HEX triplet: 00, 4B and 68. RGB value is (0,75,104). Sum of RGB (Red+Green+Blue) = 0+75+104=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #004B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004B68 is #FFB497. Grayscale: #373737. Windows color (decimal): -16757912 or 6834944. OLE color: 6834944.
HSL color Cylindrical-coordinate representation of color #004B68: hue angle of 196.73º 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 #004B68 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 75 | 104 | - |
| CMYK | 1 | 0.28 | 0 | 0.59 |
| HSL | 196.73º | 1% | 0.2% | - |
| HSV(B) | 196.73º | 1% | 0.41% | - |
| XYZ | 5.01 | 6.03 | 14 | - |
| YUV | 55.88 | 155.15 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 104 | 1 | 0.28 | 0 | 0.59 | 196.73 | 1 | 0.2 |
| Hex | 0 | 4B | 68 | 64 | 1C | 0 | 3B | C5 | 64 | 14 |
| Octal | 0 | 113 | 150 | 144 | 34 | 0 | 73 | 305 | 144 | 24 |
| Binary | 0 | 1001011 | 1101000 | 1100100 | 11100 | 0 | 111011 | 11000101 | 1100100 | 10100 |
Color Harmonies of #004B68
Complementary color
Monochromatic Colors of #004B68
Black with #004B68
Text Example
Text Example
White with #004B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004B68; }
p { color: rgb(0,75,104); }
H1.HeaderClassName
{
color: #004B68;
}
.AnyTagClassName
{
color: #004B68;
}
</style>
background-color css
<style>
a { background-color: #004B68; }
a { background-color: rgb(0,75,104); }
div.DivClassName
{
background-color: #004B68;
}
.BgClassName
{
background-color: #004B68;
}
</style>
border-color css
<style>
span { border-color: #004B68; }
span { border-color: rgb(0,75,104); }
td.TdClassName
{
border-color: #004B68;
}
.TagClassName
{
border-color: #004B68;
}
</style>