Shades of Lochinvar #45998F
Tints of Lochinvar #45998F
RGB
CMYK
RGB Variations
Color information
#45998F (or 0x45998F) is known color: Lochinvar. HEX triplet: 45, 99 and 8F. RGB value is (69,153,143). Sum of RGB (Red+Green+Blue) = 69+153+143=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #45998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45998F is #BA6670. Grayscale: #7E7E7E. Windows color (decimal): -12215921 or 9410885. OLE color: 9410885.
HSL color Cylindrical-coordinate representation of color #45998F: hue angle of 172.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45998F is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 153 | 143 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.4 |
| HSL | 172.86º | 0.38% | 0.44% | - |
| HSV(B) | 172.86º | 0.55% | 0.6% | - |
| XYZ | 18.8 | 26.03 | 30.02 | - |
| YUV | 126.74 | 137.17 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 153 | 143 | 0.55 | 0 | 0.07 | 0.4 | 172.86 | 0.38 | 0.44 |
| Hex | 45 | 99 | 8F | 37 | 0 | 7 | 28 | AD | 26 | 2C |
| Octal | 105 | 231 | 217 | 67 | 0 | 7 | 50 | 255 | 46 | 54 |
| Binary | 1000101 | 10011001 | 10001111 | 110111 | 0 | 111 | 101000 | 10101101 | 100110 | 101100 |
Color Harmonies of #45998F
Complementary color
Monochromatic Colors of #45998F
Black with #45998F
Text Example
Text Example
White with #45998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45998F; }
p { color: rgb(69,153,143); }
H1.HeaderClassName
{
color: #45998F;
}
.AnyTagClassName
{
color: #45998F;
}
</style>
background-color css
<style>
a { background-color: #45998F; }
a { background-color: rgb(69,153,143); }
div.DivClassName
{
background-color: #45998F;
}
.BgClassName
{
background-color: #45998F;
}
</style>
border-color css
<style>
span { border-color: #45998F; }
span { border-color: rgb(69,153,143); }
td.TdClassName
{
border-color: #45998F;
}
.TagClassName
{
border-color: #45998F;
}
</style>