Shades of Blue Lagoon #004A68
Tints of Blue Lagoon #004A68
RGB
CMYK
RGB Variations
Color information
#004A68 (or 0x004A68) is known color: Blue Lagoon. HEX triplet: 00, 4A and 68. RGB value is (0,74,104). Sum of RGB (Red+Green+Blue) = 0+74+104=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #004A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A68 is #FFB597. Grayscale: #373737. Windows color (decimal): -16758168 or 6834688. OLE color: 6834688.
HSL color Cylindrical-coordinate representation of color #004A68: hue angle of 197.31º 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 #004A68 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 74 | 104 | - |
| CMYK | 1 | 0.29 | 0 | 0.59 |
| HSL | 197.31º | 1% | 0.2% | - |
| HSV(B) | 197.31º | 1% | 0.41% | - |
| XYZ | 4.95 | 5.9 | 13.97 | - |
| YUV | 55.29 | 155.48 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 104 | 1 | 0.29 | 0 | 0.59 | 197.31 | 1 | 0.2 |
| Hex | 0 | 4A | 68 | 64 | 1D | 0 | 3B | C5 | 64 | 14 |
| Octal | 0 | 112 | 150 | 144 | 35 | 0 | 73 | 305 | 144 | 24 |
| Binary | 0 | 1001010 | 1101000 | 1100100 | 11101 | 0 | 111011 | 11000101 | 1100100 | 10100 |
Color Harmonies of #004A68
Complementary color
Monochromatic Colors of #004A68
Black with #004A68
Text Example
Text Example
White with #004A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A68; }
p { color: rgb(0,74,104); }
H1.HeaderClassName
{
color: #004A68;
}
.AnyTagClassName
{
color: #004A68;
}
</style>
background-color css
<style>
a { background-color: #004A68; }
a { background-color: rgb(0,74,104); }
div.DivClassName
{
background-color: #004A68;
}
.BgClassName
{
background-color: #004A68;
}
</style>
border-color css
<style>
span { border-color: #004A68; }
span { border-color: rgb(0,74,104); }
td.TdClassName
{
border-color: #004A68;
}
.TagClassName
{
border-color: #004A68;
}
</style>