Shades of Blue Lagoon #004C69
Tints of Blue Lagoon #004C69
RGB
CMYK
RGB Variations
Color information
#004C69 (or 0x004C69) is known color: Blue Lagoon. HEX triplet: 00, 4C and 69. RGB value is (0,76,105). Sum of RGB (Red+Green+Blue) = 0+76+105=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #004C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C69 is #FFB396. Grayscale: #383838. Windows color (decimal): -16757655 or 6900736. OLE color: 6900736.
HSL color Cylindrical-coordinate representation of color #004C69: hue angle of 196.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C69 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 76 | 105 | - |
| CMYK | 1 | 0.28 | 0 | 0.59 |
| HSL | 196.57º | 1% | 0.21% | - |
| HSV(B) | 196.57º | 1% | 0.41% | - |
| XYZ | 5.13 | 6.19 | 14.29 | - |
| YUV | 56.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 105 | 1 | 0.28 | 0 | 0.59 | 196.57 | 1 | 0.21 |
| Hex | 0 | 4C | 69 | 64 | 1C | 0 | 3B | C5 | 64 | 15 |
| Octal | 0 | 114 | 151 | 144 | 34 | 0 | 73 | 305 | 144 | 25 |
| Binary | 0 | 1001100 | 1101001 | 1100100 | 11100 | 0 | 111011 | 11000101 | 1100100 | 10101 |
Color Harmonies of #004C69
Complementary color
Monochromatic Colors of #004C69
Black with #004C69
Text Example
Text Example
White with #004C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C69; }
p { color: rgb(0,76,105); }
H1.HeaderClassName
{
color: #004C69;
}
.AnyTagClassName
{
color: #004C69;
}
</style>
background-color css
<style>
a { background-color: #004C69; }
a { background-color: rgb(0,76,105); }
div.DivClassName
{
background-color: #004C69;
}
.BgClassName
{
background-color: #004C69;
}
</style>
border-color css
<style>
span { border-color: #004C69; }
span { border-color: rgb(0,76,105); }
td.TdClassName
{
border-color: #004C69;
}
.TagClassName
{
border-color: #004C69;
}
</style>