Shades of Blue Lagoon #074E6B
Tints of Blue Lagoon #074E6B
RGB
CMYK
RGB Variations
Color information
#074E6B (or 0x074E6B) is known color: Blue Lagoon. HEX triplet: 07, 4E and 6B. RGB value is (7,78,107). Sum of RGB (Red+Green+Blue) = 7+78+107=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #074E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E6B is #F8B194. Grayscale: #3B3B3B. Windows color (decimal): -16298389 or 7032327. OLE color: 7032327.
HSL color Cylindrical-coordinate representation of color #074E6B: hue angle of 197.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074E6B is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 78 | 107 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.58 |
| HSL | 197.4º | 0.88% | 0.22% | - |
| HSV(B) | 197.4º | 0.93% | 0.42% | - |
| XYZ | 5.47 | 6.56 | 14.89 | - |
| YUV | 60.08 | 154.48 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 107 | 0.93 | 0.27 | 0 | 0.58 | 197.4 | 0.88 | 0.22 |
| Hex | 7 | 4E | 6B | 5D | 1B | 0 | 3A | C5 | 58 | 16 |
| Octal | 7 | 116 | 153 | 135 | 33 | 0 | 72 | 305 | 130 | 26 |
| Binary | 111 | 1001110 | 1101011 | 1011101 | 11011 | 0 | 111010 | 11000101 | 1011000 | 10110 |
Color Harmonies of #074E6B
Complementary color
Monochromatic Colors of #074E6B
Black with #074E6B
Text Example
Text Example
White with #074E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E6B; }
p { color: rgb(7,78,107); }
H1.HeaderClassName
{
color: #074E6B;
}
.AnyTagClassName
{
color: #074E6B;
}
</style>
background-color css
<style>
a { background-color: #074E6B; }
a { background-color: rgb(7,78,107); }
div.DivClassName
{
background-color: #074E6B;
}
.BgClassName
{
background-color: #074E6B;
}
</style>
border-color css
<style>
span { border-color: #074E6B; }
span { border-color: rgb(7,78,107); }
td.TdClassName
{
border-color: #074E6B;
}
.TagClassName
{
border-color: #074E6B;
}
</style>